Building a docker image for multiple platforms at once will execute the builds in parallel. However, for continuous integration it would be nice to execute the builds in serial to not get the build log mixed up.
I know, that serial builds are supported by just running individual jobs for each platform. However, using multiple platforms in one job allows me to get the manifest list created and pushed, too.
Building a docker image for multiple platforms at once will execute the builds in parallel. However, for continuous integration it would be nice to execute the builds in serial to not get the build log mixed up.
I know, that serial builds are supported by just running individual jobs for each platform. However, using multiple platforms in one job allows me to get the manifest list created and pushed, too.