Currently I use cibuildwheel
for building a c extension on Github.
cibuildwheel
supports ARM64 for Windows (experimental) and Mac. It seems to support also ARM64 linux, with the name aarch64 (that is the "canonical" name of ARM64).
AArch64 linux needs QEMU. The problem is that in the example it's not clear how to specify in the Github pipeline the use of QEMU for AArch64.
source https://stackoverflow.com/questions/75806892/is-it-possible-to-build-an-arm64-linux-wheel-on-github
Comments
Post a Comment