Skip to content

Add musl targets to release matrix#1

Merged
simedw merged 1 commit intosimedw:mainfrom
rslota:add-musl-to-release-matrix
Feb 3, 2026
Merged

Add musl targets to release matrix#1
simedw merged 1 commit intosimedw:mainfrom
rslota:add-musl-to-release-matrix

Conversation

@rslota
Copy link
Contributor

@rslota rslota commented Feb 3, 2026

Summary

  • Add x86_64-unknown-linux-musl target to release builds
  • Add aarch64-unknown-linux-musl target to release builds

This enables building static binaries with musl libc, which are useful for:

  • Alpine Linux and other musl-based distributions
  • Creating fully static binaries without glibc dependencies
  • Deployments in minimal container environments

Both musl targets use cross-compilation for consistent builds.

This adds x86_64 and aarch64 musl targets to the release build matrix,
enabling static binaries for systems using musl libc (like Alpine Linux).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@simedw simedw merged commit 3bdbda5 into simedw:main Feb 3, 2026
2 checks passed
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.

2 participants