Skip to content

Commit 899d050

Browse files
authored
ci: build aarch64 wheels (#12)
1 parent 5ac81ef commit 899d050

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,22 @@ jobs:
2121
platform:
2222
- runner: ubuntu-latest
2323
target: x86_64
24+
manylinux: auto
2425
- runner: ubuntu-latest
2526
target: x86
27+
manylinux: auto
28+
- runner: ubuntu-latest
29+
target: aarch64
30+
manylinux: "2_28"
2631
- runner: ubuntu-latest
2732
target: armv7
33+
manylinux: auto
34+
- runner: ubuntu-latest
35+
target: s390x
36+
manylinux: auto
2837
- runner: ubuntu-latest
2938
target: ppc64le
39+
manylinux: auto
3040
steps:
3141
- uses: actions/checkout@v4
3242
- uses: actions/setup-python@v5
@@ -38,7 +48,7 @@ jobs:
3848
target: ${{ matrix.platform.target }}
3949
args: --release --out dist --find-interpreter
4050
sccache: "true"
41-
manylinux: auto
51+
manylinux: ${{ matrix.platform.manylinux }}
4252
- name: Upload wheels
4353
uses: actions/upload-artifact@v4
4454
with:

0 commit comments

Comments
 (0)