Skip to content

Commit

Permalink
Setup QEMU for aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jrast committed Aug 7, 2023
1 parent 7bdfb23 commit 646c1fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
submodules: "recursive"

- name: Setup QEMU # Needed to build aarch64 wheels
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
with:
platforms: all

- name: Build wheels
uses: pypa/[email protected]

Expand Down

0 comments on commit 646c1fb

Please sign in to comment.