Skip to content

Commit b531894

Browse files
committed
Restore aarch64 builds
1 parent f8d5c08 commit b531894

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wheels.yml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121

2222
- uses: actions/setup-python@v2
2323

24+
- name: Set up QEMU
25+
if: runner.os == 'Linux'
26+
uses: docker/setup-qemu-action@v1
27+
with:
28+
platforms: all
29+
2430
- name: Build wheels
2531
uses: pypa/[email protected]
2632
env:
@@ -30,6 +36,7 @@ jobs:
3036
CIBW_SKIP: "*-musllinux*"
3137
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "DYLD_LIBRARY_PATH=/usr/local/lib delocate-listdeps {wheel} && DYLD_LIBRARY_PATH=/usr/local/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
3238
CIBW_ARCHS_MACOS: x86_64 universal2
39+
CIBW_ARCHS_LINUX: x86_64 aarch64
3340

3441
- uses: actions/upload-artifact@v2
3542
with:

0 commit comments

Comments
 (0)