Skip to content

Switch Linux builds to musl for better portability#10

Merged
rwdaigle merged 2 commits intomainfrom
ryan/version-info-flag
Jan 22, 2026
Merged

Switch Linux builds to musl for better portability#10
rwdaigle merged 2 commits intomainfrom
ryan/version-info-flag

Conversation

@rwdaigle
Copy link
Contributor

Summary

Use musl instead of glibc for Linux binaries to provide statically-linked binaries that work across all Linux distributions regardless of glibc version. Also adds cross for ARM builds and improves CI reliability.

Changes

  • Switch x86_64 and aarch64 Linux targets from glibc to musl
  • Add cross tool for ARM cross-compilation
  • Add binary compatibility testing with Docker

🤖 Generated with Claude Code

rwdaigle and others added 2 commits January 22, 2026 09:18
Use musl instead of glibc for Linux binaries, which provides
statically-linked binaries that work across all Linux distributions
regardless of glibc version. Also adds cross for ARM builds.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@rwdaigle rwdaigle merged commit b18f560 into main Jan 22, 2026
3 checks passed
@rwdaigle rwdaigle deleted the ryan/version-info-flag branch January 22, 2026 15:01
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.

1 participant