rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
620 stars 68 forks source link

aarch64-unknown-linux-musl support #31

Closed ginkel closed 3 years ago

ginkel commented 3 years ago

Hi there,

in https://www.reddit.com/r/rust/comments/75u8qu/docker_images_for_compiling_static_rust_binaries/do97z5u you indicated that aarch64-unknown-linux-musl support may become available. Are there any news for this to share?

Thanks, Thilo

messense commented 3 years ago

Added in https://github.com/messense/rust-musl-cross/commit/71cea641506b1f9cb9caaaab3df09b003275b9b0

docker pull messense/rust-musl-cross:aarch64-musl
ginkel commented 3 years ago

Excellent, thanks a lot!