Commit a891d67
feat: add Linux aarch64 wheel builds via ubuntu-24.04-arm runner
Adds native Linux ARM64 (aarch64) wheel builds using GitHub's
ubuntu-24.04-arm runner, mirroring how macOS ARM was added in #74.
- Add ubuntu-24.04-arm to the platform matrix in push.yml and release.yml
- Remove explicit archs = ["x86_64"] restriction so cibuildwheel
auto-detects the native arch on each runner (x86_64 on ubuntu-latest,
aarch64 on ubuntu-24.04-arm)
- Bump version to 0.7.0.11
All 15 tests pass on linux/aarch64 natively.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b41eca7 commit a891d67
4 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments