Cross Rust CLI's to Windows, Mac, and Linux
1.1K
This repo contains a docker image that can be used to cross build to different platforms.
Example ways to build:
/home/builder/.cargo/bin/cargo build --target=x86_64-apple-darwin --release
home/builder/.cargo/bin/cargo build --release
/home/builder/.cargo/bin/cargo build --target=x86_64-pc-windows-gnu --release
Content type
Image
Digest
Size
1 GB
Last updated
over 8 years ago
docker pull ethankhall/rust-cross-build