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 a0ba7dc commit c77177a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ jobs:
./bdist_downloads/*.tar.gz
Linux:
runs-on: ubuntu-latest

strategy:
# Allows for matrix sub-jobs to fail without canceling the rest
Expand All @@ -194,10 +193,17 @@ jobs:
- manylinux2014_x86_64
- manylinux2014_i686
pyversion: ["*"]
os: ubuntu-latest

include:
- image: manylinux2014_aarch64
pyversion: "cp36*"
os: ubuntu-24.04-arm
- image: manylinux2014_aarch64
pyversion: "cp37*"
os: ubuntu-24.04-arm

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit c77177a

Please sign in to comment.