raulcd commented on code in PR #2973:
URL: https://github.com/apache/iceberg-python/pull/2973#discussion_r2733596030
##########
.github/workflows/pypi-build-artifacts.yml:
##########
@@ -68,8 +72,10 @@ jobs:
config-file: "pyproject.toml"
env:
# Ignore 32 bit architectures
- CIBW_ARCHS: "auto64"
+ CIBW_ARCHS: "auto64 aarch64"
Review Comment:
I am unsure whether this will work. I would expect at least macos to require
arm64 instead of aarch64, but we can certainly try on CI :)
--
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]