Skip to content

Commit

Permalink
Merge pull request #54 from osqp/im/arm
Browse files Browse the repository at this point in the history
Build the aarch64 wheels on new aarch64 linux runners
  • Loading branch information
imciner2 authored Jan 16, 2025
2 parents 3da7be0 + 1a0b133 commit 076e203
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 076e203

Please sign in to comment.