Skip to content

Commit

Permalink
set up quemu
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 30, 2024
1 parent 4014eb0 commit 248699e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- uses: "actions/checkout@v4"
with:
submodules: true
- name: "Set up QEMU"
if: matrix.os == 'ubuntu-latest'
uses: "docker/setup-qemu-action@v3"
with:
platforms: arm64
- name: "Build wheels"
uses: "pypa/[email protected]"
env:
Expand Down

0 comments on commit 248699e

Please sign in to comment.