OpenAstronomy / azure-pipelines-templates

An opinionated set of Azure Pipelines templates for Python projects using pyproject.toml (PEP517) and tox
https://openastronomy-azure-pipelines.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
11 stars 20 forks source link

Add linux aarch64 wheel build support #67

Closed odidev closed 3 years ago

odidev commented 3 years ago

Added linux aarch64 wheel build support Fixes #11731 @Cadair Could you please review this PR?

Cadair commented 3 years ago

I am not really sure how this is supposed to work :rofl: but if it can be made to then it is way easier than I was expecting. It seems to be not working though :/

odidev commented 3 years ago

@Cadair, sorry for the late reply. I was caught in few other activities. I re-pushed the changes and the CI is passing now.

I am not really sure how this is supposed to work 🤣 but if it can be made to then it is way easier than I was expecting

cibuildwheel supports AArch64 architecture and on x86_64 machine, runs the AArch64 builds in qemu emulation.

Cadair commented 3 years ago

Nice! Looks good to me then! :partying_face: