aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2024-02-06 09:38:22 -0500
committermicah <micah@torproject.org>2024-03-03 14:07:33 +0000
commit9b689a105e03f6319a72d9319f9c51ba4c1df45b (patch)
tree1ac692439abc97a4760548c9af69e341243584af
parent913732356ac5c8ec7f10348b6e0432ced56e5e79 (diff)
downloadsnowflake-9b689a105e03f6319a72d9319f9c51ba4c1df45b.tar.gz
snowflake-9b689a105e03f6319a72d9319f9c51ba4c1df45b.zip
Build multi-arch image.
This will build only those architectures that we have runners to build on
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--Dockerfile1
2 files changed, 0 insertions, 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