Skip to content

cjyar/docker-multi-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Travis and Docker multi-architecture builds

This is one way to publish multi-architecture Docker builds. It may not be the best way.

Travis uses its build matrix to build on 4 different architectures in parallel. Each build pushes its own docker image to the same repository, using a tag with the architecture name embedded in it.

A final build step creates a manifest list, aka fat image, aka multi-architecture image. That final product gets pushed to the same repository as the per-architecture images.

Alternatives

Check the other branches of this repo for other ways to do the same thing.

About

Testing Travis stuff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published