Skip to content

Commit

Permalink
Build the aarch64 wheels on new aarch64 linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Jan 16, 2025
1 parent 3da7be0 commit 1a0b133
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
include:
- os: ubuntu-latest
cibw_archs: "x86_64"
- os: ubuntu-latest
- os: ubuntu-24.04-arm
cibw_archs: "aarch64"
- os: windows-2022
cibw_archs: "auto64"
Expand All @@ -54,13 +54,6 @@ jobs:
with:
submodules: 'recursive'

# This might not be necessary once ARM runners become available for general use
- name: Set up QEMU
if: matrix.cibw_archs == 'aarch64'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
if: startsWith(matrix.os,'windows')
Expand Down

0 comments on commit 1a0b133

Please sign in to comment.