GitLab: automated build and publish of multi-platform container image with GitLab pipeline
GitLab CI/CD pipelines can be used to automatically build and push Docker images to the GitLab Container Registry. Beyond building a simple image, in this article I will show how to define a workflow that builds and pushes a multi-platform image (amd64,arm64,arm32) with manifest index to the GitLab Container Registry. This is enabled by using … GitLab: automated build and publish of multi-platform container image with GitLab pipeline