Skip to content

Commit

Permalink
Add arm64 wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Apr 3, 2024
1 parent c3b42a3 commit 698ce8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ jobs:
submodules: 'true'
fetch-depth: 0

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: auto aarch64

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 698ce8a

Please sign in to comment.