Skip to content

Commit 18332e6

Browse files
authored
Merge pull request #746 from webknjaz/maintenance/gha-aarch64-no-qemu
2 parents 8b05dbd + 7309669 commit 18332e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-manylinux-container-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- name: >-
7878
Set up QEMU ${{ env.QEMU_ARCH }} arch emulation
7979
with Podman
80-
if: env.QEMU_ARCH != 'amd64'
80+
if: >-
81+
!contains(fromJSON('["aarch64", "amd64"]'), env.QEMU_ARCH)
8182
run: >
8283
sudo podman run
8384
--rm --privileged

0 commit comments

Comments
 (0)