Skip to content

Dockerfiles for our CI (required by `cross` command)

Notifications You must be signed in to change notification settings

conwayste/ci-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Dockerfiles for our CI (required by `cross` command)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published