You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really do not want to support a qemu build across all of our python packages. Maintaining the build system is already enough work. GitHub is working to support aarch64. See this issue. It looks like GitHub announced a Public Beta earlier this month. From that same article:
We expect to begin offering Arm runners for open source projects by the end of the year.
Once GitHub adds an aarch64 runner, it should be easy to add support. So, we may have better support by the end of the year.
It would be great if an arm linux wheel would be prebuilt, so arm users don't have to build the wheel locally.
Should be possible to use qemu to build the wheel on github actions cloud runners as shown at -> https://github.com/pypa/cibuildwheel/blob/main/examples/github-with-qemu.yml
The text was updated successfully, but these errors were encountered: