rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

Add Alpine support for AArch64 #67

Closed axelf4 closed 3 years ago

axelf4 commented 3 years ago

Adds support for building Alpine images targeting both of the platforms linux/amd64 and linux/arm64, since the blocking issue rust-lang/rustup#2003 recently got resolved.

Necessarily bumps rustup to 1.23.0 since it is the first version to support the aarch64-unknown-linux-musl platform.

Closes: #50

sfackler commented 3 years ago

Thanks!