Skip to content

Commit efaf056

Browse files
committed
address review comments
1 parent 586a6b0 commit efaf056

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/github-with-qemu.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
- name: Build wheels
2424
uses: pypa/[email protected]
2525
env:
26-
# configure cibuildwheel to build native archs ('auto'), and some
27-
# emulated ones
26+
# configure cibuildwheel on Linux to build native archs ('auto'),
27+
# and to split the remaining architectures between the x86_64 and
28+
# ARM runners
29+
# armv7l can be built without QEMU on GitHub Actions ARM runners but that's
30+
# not the case on all ARM64 hardware hence 'auto armv7l' for native archs
31+
# on the GHA ARM64 runner
2832
CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto ppc64le s390x' || 'auto armv7l' }}
2933

3034
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)