rust-lang / docker-rust

The official Docker images for Rust
428 stars 89 forks source link

Add s390x docker image support #197

Closed lysliu closed 2 months ago

lysliu commented 2 months ago

I tried curl https://static.rust-lang.org/rustup/archive/1.27.0/s390x-unknown-linux-gnu/rustup-init.sha256 and https://github.com/rust-lang/docker-rust/blob/master/1.77.2/bookworm/slim/Dockerfile#L1 Both of the binary and docker base image already have s390x architecture. So Add s390x in Docker file shouldn't be difficult.