Skip to content

Commit

Permalink
.github/workflows/cibuildwheel.yml: No qemu for x86_64, i686
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 24, 2024
1 parent 32ba245 commit 4ab0ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up QEMU
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.arch != 'x86_64' && matrix.arch != 'i686'
uses: docker/setup-qemu-action@v3
with:
platforms: all
Expand Down

0 comments on commit 4ab0ce9

Please sign in to comment.