raulcd commented on issue #2970: URL: https://github.com/apache/iceberg-python/issues/2970#issuecomment-3807149207
We don't use cibuildwheel on arrow but from my understanding of `CIBW_ARCHS: "auto64" ` it only builds the architecture supported on the machine. If you want to use qemu you have to specifically select the `CIBW_ARCHS_LINUX: "auto aarch64"` . https://github.com/pypa/cibuildwheel/blob/7989c25bcd7060e0fc691279f41643a4b9c4cf1c/docs/options.md#archs--archs-cmd-line-env-var-toml- Another possible approach would be to use the same setup but add arm runners for the aarch64 wheels. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
