Skip to content

Commit

Permalink
add qemu for aarch64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Aug 27, 2024
1 parent ed34579 commit be1e1a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
submodules: true

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

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

0 comments on commit be1e1a3

Please sign in to comment.