Skip to content

Commit 041fc86

Browse files
committed
setup qemu on podman
1 parent 04c344e commit 041fc86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: |
6464
python -m pip install -U pip
6565
python -m pip install "cibuildwheel>=2.20,<3"
66+
podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
6667
6768
- name: Build wheels
6869
env:

0 commit comments

Comments
 (0)