pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.4k stars 212 forks source link

[CI] Use GitHub-hosted aarch64 runners #1619

Open mayeut opened 1 month ago

mayeut commented 1 month ago

With Travis CI changing its paid plans, there's no parallelism between jobs possible anymore. Rather than upgrading the plan we're using for TravisCI, moving aarch64 to GHA should lessen the load on Travis CI.

This is currently blocked on https://github.com/github/roadmap/issues/955