Skip to content

Conversation

@rambleraptor
Copy link
Contributor

Closes #2970

Rationale for this change

This should allow us to build aarch64 wheels on Linux. We have to use QEMU since GitHub doesn't have arm64 Linux runners (just Mac).

Are these changes tested?

Testing CI is awful! We shouldn't merge this in until after 0.11 and then see what happens.

Are there any user-facing changes?

env:
# Ignore 32 bit architectures
CIBW_ARCHS: "auto64"
CIBW_ARCHS: "auto64 aarch64"
Copy link
Member

@raulcd raulcd Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 :)

@kevinjqliu
Copy link
Contributor

the nightly build ci allows adhoc trigger for a specific branch
we can test this there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide pre-built wheels

3 participants