Skip to content

Commit 111dfa1

Browse files
Restore Linux ARM64 wheel builds (manylinux_2_28_aarch64) (#1126)
* arm for testing * Use the arm linux github runner instead of QEMU * uncomment --------- Co-authored-by: Mohammed Ghannam <mohammad.m.ghannam@gmail.com>
1 parent 0ebef24 commit 111dfa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
include:
2929
- os: ubuntu-22.04
3030
arch: x86_64
31+
- os: ubuntu-24.04-arm
32+
arch: aarch64
3133
- os: macos-14
3234
arch: arm64
3335
- os: macos-15-intel
@@ -99,4 +101,3 @@ jobs:
99101
user: __token__
100102
password: ${{ secrets.TESTPYPI_API_TOKEN }}
101103
verbose: true
102-

0 commit comments

Comments
 (0)