rust-lang / docker-rust

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

Add debian powerpc64le images #101

Closed Newspaperman57 closed 7 months ago

Newspaperman57 commented 2 years ago

Adds powerpc64le-support to debian-based images.

Alpine-images are based on musl, and therefore not supported by rust on ppc64le: https://doc.rust-lang.org/rustc/platform-support.html

This partly solves issue #54

clnperez commented 1 year ago

@Newspaperman57 thanks for this. would love to have it. any feedback from anyone (maybe outside this PR)?

Muscraft commented 7 months ago

Support for ppc64le was added in #156