Skip to content

Commit

Permalink
ci: try using the new ARM runners from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jan 17, 2025
1 parent d88e11b commit 8d2e9bc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,13 @@ jobs:

build_wheel_linux_aarch64_manylinux:
name: Build wheels on Linux (aarch64/manylinux)
runs-on: ubuntu-20.04
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3

- name: Build wheels (manylinux)
uses: pypa/[email protected]
env:
Expand All @@ -77,18 +72,13 @@ jobs:

build_wheel_linux_aarch64_musllinux:
name: Build wheels on Linux (aarch64/musllinux)
runs-on: ubuntu-20.04
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3

- name: Build wheels (musllinux)
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 8d2e9bc

Please sign in to comment.