We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d4e92 commit bbd4f87Copy full SHA for bbd4f87
1 file changed
.github/workflows/cibuildwheel.yml
@@ -57,6 +57,8 @@ jobs:
57
arch: x86_64
58
- os: ubuntu-22.04
59
arch: aarch64
60
+ - os: ubuntu-22.04-arm
61
+ arch: aarch64
62
- os: macos-14
63
arch: arm64
64
- os: macos-13
@@ -69,10 +71,11 @@ jobs:
69
71
70
72
# For aarch64 support
73
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
- - uses: docker/setup-qemu-action@v3
- with:
74
- platforms: all
75
- if: runner.os == 'Linux' && matrix.arch == 'aarch64'
+ # (no longer needed since there is a native linux arm64 runner now)
+ #- uses: docker/setup-qemu-action@v3
76
+ # with:
77
+ # platforms: all
78
+ # if: runner.os == 'Linux' && matrix.arch == 'aarch64'
79
80
- name: Build oldest and newest Python
81
shell: bash
0 commit comments