Skip to content

Commit d4599aa

Browse files
committed
Add build of aarch64 wheels for linux
1 parent f3fd6eb commit d4599aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ jobs:
2828
with:
2929
key: ${{ matrix.os }}
3030

31+
- name: Set up QEMU
32+
if: runner.os == 'Linux'
33+
uses: docker/setup-qemu-action@v2
34+
with:
35+
platforms: all
36+
3137
- name: Build wheels
3238
uses: pypa/cibuildwheel@v2.12.1
3339
env:
34-
CIBW_ARCHS_LINUX: x86_64
40+
CIBW_ARCHS_LINUX: auto aarch64
3541
CIBW_ARCHS_MACOS: x86_64
3642
CIBW_ARCHS_WINDOWS: AMD64
3743
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"

0 commit comments

Comments
 (0)