-
-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
Description
I wrote a program using the Dependency Injector and wanted to use it on an embedded system using Aarch64 architecture. Unfortunately though, it doesn't come with gcc to build it or any package manager to install the necessary prerequisites. Would you consider providing wheel builds for ARM based systems?
On cibuildwheel page there's a mention that Linux ARM builds are currently available only on Travis, which, considering the current situation around it, may prove problematic. But if you were going to migrate to GitHub Actions, I've found a PR pypa/cibuildwheel#482 that seems to be on a good way to bring the ARM support via Qemu there.