Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arm linux wheel deploy and build #41

Open
daltonv opened this issue Jun 28, 2024 · 2 comments
Open

Add arm linux wheel deploy and build #41

daltonv opened this issue Jun 28, 2024 · 2 comments

Comments

@daltonv
Copy link

daltonv commented Jun 28, 2024

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

@mliberty1
Copy link
Member

mliberty1 commented Jun 28, 2024

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.

@daltonv
Copy link
Author

daltonv commented Jun 28, 2024

Fair enough. I didn't know about the aarch64 runner from GitHub. I can wait until then. It will make my docker builds easier anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants