Skip to content

Commit 0108fbc

Browse files
authored
Merge pull request #107 from astrofrog/arm64-linux
Run aarch64 wheel builds on native arm64
2 parents fc5132d + 0b325be commit 0108fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
test_command: pytest -p no:warnings --pyargs astroscrappy
8585
targets: |
8686
- cp*-manylinux_x86_64
87-
- cp*-manylinux_aarch64
87+
- target: cp*-manylinux_aarch64
88+
runs-on: ubuntu-24.04-arm
8889
- cp*-macosx_x86_64
8990
- cp*-macosx_arm64
9091
- cp*-win_amd64

0 commit comments

Comments
 (0)