repi / rust-mingw-docker

🐳 Docker image with Rust configured for x86_64-pc-windows-gnu and i686-pc-windows-gnu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Docker image based on Ubuntu that contains MinGW, rustup, Rust, Cargo and Wine. Based on the official Rust image and automatically updated when the rust image is updated.

Cargo is able to build and run binaries for the x86_86-pc-windows-gnu and i686-pc-windows-gnu targets.

Example

docker pull tomaka/rust-mingw-docker

docker run --rm -it -v `pwd`:/usr/code -w /usr/code tomaka/rust-mingw-docker
cargo test --target x86_86-pc-windows-gnu
cargo test --target i686-pc-windows-gnu

About

🐳 Docker image with Rust configured for x86_64-pc-windows-gnu and i686-pc-windows-gnu


Languages

Language:Dockerfile 100.0%