Skip to content

Commit 937b249

Browse files
authored
Merge pull request #87 from brandon-springer/feat/linux-arm64-wheels
ci: add linux/arm64 (aarch64) wheel builds
2 parents a116860 + e4f2926 commit 937b249

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@ jobs:
9090
- os: macos-latest
9191
target: x86_64-apple-darwin
9292
python-version: "3.14"
93+
# Linux ARM64 (cross-compiled on ubuntu-latest via maturin-action)
94+
- os: ubuntu-latest
95+
target: aarch64-unknown-linux-gnu
96+
python-version: "3.10"
97+
- os: ubuntu-latest
98+
target: aarch64-unknown-linux-gnu
99+
python-version: "3.11"
100+
- os: ubuntu-latest
101+
target: aarch64-unknown-linux-gnu
102+
python-version: "3.12"
103+
- os: ubuntu-latest
104+
target: aarch64-unknown-linux-gnu
105+
python-version: "3.13"
106+
- os: ubuntu-latest
107+
target: aarch64-unknown-linux-gnu
108+
python-version: "3.14"
93109

94110
steps:
95111
- name: Checkout

0 commit comments

Comments
 (0)