Multi-arch build, what about Travis?

1 · Docker · July 8, 2020, 4:01 p.m.
Summary
Following the previous article where we saw how to build multi arch images using GitHub Actions, we will now show how to do the same thing using another CI. In this article, we’ll consider Travis, which is one of the most tricky ones to use for this use case. To start building your image with […] The post Multi-arch build, what about Travis? appeared first on Docker Blog....