build: provide musl wheels as well#479
Merged
lukapeschke merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
closes #477 Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
|
@lukapeschke @PrettyWood will this go forward? I am also interested in the musl wheels as it would speed up the build process on our side. Thanks! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the project’s release and CI pipelines to build and publish musllinux (Alpine-compatible) wheels, addressing the request for pre-built musl arm64 wheels (Issue #477) so installations on musl-based distros don’t fall back to slow source builds.
Changes:
- Add a new
linux-musljob to the release workflow to buildmusllinux_1_2wheels forx86-64andaarch64. - Add a corresponding CI job (
check-wheel-build-musllinux) to validate musllinux wheel builds on PRs. - Update the release job dependencies so musllinux artifacts are included before publishing.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/release.yml |
Adds a musllinux wheel build job and wires it into the release dependency chain so musl wheels are published alongside existing artifacts. |
.github/workflows/CI.yml |
Adds a CI build-only job to ensure musllinux wheels can be built for the targeted Python/arch combinations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PrettyWood
approved these changes
May 4, 2026
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.
closes #477