Skip to content

Commit f95f608

Browse files
committed
PYTHON-5058 Restore alternate architecture builds
1 parent 339669e commit f95f608

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ jobs:
6262
if: runner.os == 'Linux'
6363
uses: docker/setup-qemu-action@v3
6464
with:
65-
platforms: all
65+
# setup-qemu-action by default uses `tonistiigi/binfmt:latest` image,
66+
# which is out of date. This causes seg faults during build.
67+
# Here we manually fix the version.
68+
image: tonistiigi/binfmt:qemu-v8.1.5
69+
platforms: arm64
6670

6771
- name: Install cibuildwheel
6872
# Note: the default manylinux is manylinux2014

0 commit comments

Comments
 (0)