Replies: 1 comment 12 replies
-
Building Linux wheels is safe. You will end with few additional docker images on machine |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have
cibuildwheel
running successfully in GitHub actions for Linux and Windows Intel wheels and Mac universal wheels. That's all working just fine.I'd like to be able to make Linux ARM wheels (to, for example, run in containers on Apple Silicon Macs). There's a fair bit of complexity in the GitHub action because we don't actually have the sources for building the libraries that are being linked in the repository. The action grabs them from another server and builds on top of them. That works, but looking at the instructions for doing QEMU emulation to get the ARM wheels doesn't fill me with confidence that I'll be able to navigate that much more complexity.
Instructions, pointers, etc. for building wheels in, for example a local docker container, would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions