Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 378 Bytes

Conwayste Cross-Compiling Docker files

(making custom Docker images for cross, used by our CI)[https://github.com/rust-embedded/cross#custom-docker-images]

$ TAG=aaronm04/cross:x86_64-unknown-linux-gnu    # change the part after the colon according to .travis.yml matrix
$ cd linux
$ docker build -t $TAG .
$ docker push $TAG