Add Linux aarch64 wheel#36
Merged
Merged
Conversation
Adds ubuntu-24.04-arm to the cibuildwheel matrix so users on Linux aarch64 (AWS Graviton, Raspberry Pi 64-bit, NVIDIA Jetson, Ampere) get a prebuilt wheel instead of falling back to an sdist source build. Uses GitHub's free native arm64 Linux runner — no QEMU. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The macos-13 GitHub-hosted runner pool is starved (jobs queue indefinitely as of mid-May 2026). macos-15-intel is the supported successor and produces the same x86_64 macOS wheels with reliable runner availability. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
ubuntu-24.04-armto the cibuildwheel matrix inbuildpublish.ymlso users on Linux aarch64 (AWS Graviton, Raspberry Pi 64-bit, NVIDIA Jetson, Ampere) get a prebuilt wheel instead of falling back to an sdist source build withgcc/cmake.Uses GitHub's free public arm64 Linux runner (no QEMU) so build time is comparable to the existing x86_64 leg. cibuildwheel +
manylinux_2_34work the same way on aarch64.Test plan
workflow_dispatchbuildpublish.ymlon this branch — all 5 wheel jobs green (ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14).pytest --pyargs hygese.testspasses.🤖 Generated with Claude Code