DEV Community

Discussion on: Publish Multi-Arch Docker Images to a Single Repo with Docker Manifests

Collapse
 
incplusplus profile image
Ryan Cloherty

At the step where you build all the images for the various platforms you want to support, do you do this on one machine or do you do it on separate machines which use those architectures?

Collapse
 
toolboc profile image
Paul DeCarlo

You may build and publish all of the images from a single machine but it is suggested at some point to test the produced images on a compatible platform.