From 9b689a105e03f6319a72d9319f9c51ba4c1df45b Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 6 Feb 2024 09:38:22 -0500 Subject: Build multi-arch image. This will build only those architectures that we have runners to build on --- .gitlab-ci.yml | 1 - Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14c7709..5187fad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -320,7 +320,6 @@ merge-manifests: --platforms linux/amd64,linux/arm64,linux/s390x --template "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}_ARCH" --target "${CI_REGISTRY_IMAGE}:${TAG}" - --destination "${CI_REGISTRY_IMAGE}:${TAG}_${ARCH}" merge-manifests: variables: diff --git a/Dockerfile b/Dockerfile index 28bd78b..7fc401f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM docker.io/library/golang:1.21 AS build # Set some labels - # io.containers.autoupdate label will instruct podman to reach out to the corres # corresponding registry to check if the image has been updated. If an image # must be updated, Podman pulls it down and restarts the systemd unit executing -- cgit v1.2.3-54-g00ecf