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

Build arm64 wheels #349

Open
rickardp opened this issue Dec 6, 2022 · 1 comment
Open

Build arm64 wheels #349

rickardp opened this issue Dec 6, 2022 · 1 comment

Comments

@rickardp
Copy link

rickardp commented Dec 6, 2022

When building Arm64 images using this library, build times are very long due to qemu compiling the code on an emulated arm64 arch. If binary wheels were provided for Arm64, we could install them directly just as for x86_64, no compilation needed.

Describe the solution you'd like
Arm64 wheels built for manylinux (and macos) same as for the x64 arch.

Describe alternatives you've considered
Compiling from source incurs very long build times as Github does not natively schedule docker buildx build commands to native arm64 agents.

Additional context
n/a

@OneCricketeer
Copy link

Duplicates #191

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