rust-lang / docker-rust

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

Enable i386 for Alpine images #82

Closed ernestask closed 3 years ago

ernestask commented 3 years ago

Closes https://github.com/rust-lang/docker-rust/issues/81

sfackler commented 3 years ago

I think you'll need to rerun the script to have it update the dockerfiles.

ernestask commented 3 years ago

And there we have our blocker: https://rust-lang.github.io/rustup-components-history/i686-unknown-linux-musl.html

No host tools for that target. I suppose I’ll close this for now.