Skip to content

feat: request: aarch64-unknown-linux-musl pre-built binary#2831

Open
wilmerdooley wants to merge 1 commit into
rtk-ai:developfrom
wilmerdooley:oss/issue-1850
Open

feat: request: aarch64-unknown-linux-musl pre-built binary#2831
wilmerdooley wants to merge 1 commit into
rtk-ai:developfrom
wilmerdooley:oss/issue-1850

Conversation

@wilmerdooley

Copy link
Copy Markdown

Resolves #1850.

The current aarch64 Linux binary (rtk-aarch64-unknown-linux-gnu) requires GLIBC 2.39, but many Linux distributions (e.g., Debian 12, Raspberry Pi OS) ship with GLIBC 2.36. This makes RTK unusable on ARM64 devices without compiling from source.

Summary

Test plan

  • cargo fmt --all && cargo clippy --all-targets && cargo test
  • Manual testing: rtk <command> output inspected

Important: All PRs must target the develop branch (not master).
See CONTRIBUTING.md for details.

Signed-off-by: wilmerdooley <wilmerdooley1@gmail.com>
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.

Request: aarch64-unknown-linux-musl pre-built binary

1 participant