mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Remove s390x from container building targets
This commit is contained in:
parent
f4027c1128
commit
ca07f57448
1 changed files with 1 additions and 2 deletions
|
@ -311,7 +311,6 @@ build-container:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH: amd64
|
- ARCH: amd64
|
||||||
- ARCH: arm64
|
- ARCH: arm64
|
||||||
- ARCH: s390x
|
|
||||||
tags:
|
tags:
|
||||||
- $ARCH
|
- $ARCH
|
||||||
image:
|
image:
|
||||||
|
@ -345,7 +344,7 @@ merge-manifests:
|
||||||
--username="${CI_REGISTRY_USER}"
|
--username="${CI_REGISTRY_USER}"
|
||||||
--password="${CI_REGISTRY_PASSWORD}"
|
--password="${CI_REGISTRY_PASSWORD}"
|
||||||
push from-args
|
push from-args
|
||||||
--platforms linux/amd64,linux/arm64,linux/s390x
|
--platforms linux/amd64,linux/arm64
|
||||||
--template "${CI_REGISTRY_IMAGE}:${TAG}_ARCH"
|
--template "${CI_REGISTRY_IMAGE}:${TAG}_ARCH"
|
||||||
--target "${CI_REGISTRY_IMAGE}:${TAG}"
|
--target "${CI_REGISTRY_IMAGE}:${TAG}"
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue