Skip to content

Commit

Permalink
Only use QEMU for aarch64 matrix target
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Jan 20, 2024
1 parent ad8b2aa commit 90710a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- run: pip install -r requirements.txt
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
if: ${{ matrix.target == 'aarch64' }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 90710a6

Please sign in to comment.