mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Build multi-arch image.
This will build only those architectures that we have runners to build on
This commit is contained in:
parent
913732356a
commit
9b689a105e
2 changed files with 0 additions and 2 deletions
|
@ -320,7 +320,6 @@ merge-manifests:
|
||||||
--platforms linux/amd64,linux/arm64,linux/s390x
|
--platforms linux/amd64,linux/arm64,linux/s390x
|
||||||
--template "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}_ARCH"
|
--template "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}_ARCH"
|
||||||
--target "${CI_REGISTRY_IMAGE}:${TAG}"
|
--target "${CI_REGISTRY_IMAGE}:${TAG}"
|
||||||
--destination "${CI_REGISTRY_IMAGE}:${TAG}_${ARCH}"
|
|
||||||
|
|
||||||
merge-manifests:
|
merge-manifests:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
FROM docker.io/library/golang:1.21 AS build
|
FROM docker.io/library/golang:1.21 AS build
|
||||||
|
|
||||||
# Set some labels
|
# Set some labels
|
||||||
|
|
||||||
# io.containers.autoupdate label will instruct podman to reach out to the corres
|
# 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
|
# 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
|
# must be updated, Podman pulls it down and restarts the systemd unit executing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue