You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ARM64 musl binary support for complete Alpine coverage
- Download radar-agent-linux-arm64-musl binary from radar repo
- Update Alpine Dockerfile to use ARM64 musl binary instead of glibc
- Remove libgcc dependency (no longer needed with musl binary)
- Add radar-agent-linux-arm64-musl to release artifacts
- Update release notes with ARM64 musl download instructions
This completes the multi-platform support matrix:
- Debian images: AMD64 glibc + ARM64 glibc
- Alpine images: AMD64 musl + ARM64 musl
All platforms now use the correct libc for their base image.
0 commit comments