Skip to content

Commit

Permalink
Build: Use ARM image instead of slower QEMU.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 12, 2025
1 parent 4570127 commit a0ba7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
{
cibuildwheel --print-build-identifiers --platform linux \
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
| sed -e '/aarch64/s|ubuntu-latest|ubuntu-24.04-arm|' \
&& cibuildwheel --print-build-identifiers --platform macos \
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
&& cibuildwheel --print-build-identifiers --platform windows \
Expand Down

0 comments on commit a0ba7dc

Please sign in to comment.