cross-rs / cross

“Zero setup” cross compilation and “cross testing” of Rust crates
Apache License 2.0
6.21k stars 354 forks source link

Make it possible to choose platform #1499

Open Emilgardis opened 1 month ago

Emilgardis commented 1 month ago

https://github.com/cross-rs/cross/blob/19be83481fd3e50ea103d800d72e0f8eddb1c90c/src/docker/image.rs#L49-L83

We should allow users to pick exactly which platform to run the docker image on.

related to #1498