no arm64 until Github fixes runners / open5gs 2.7.3 version (#355)

This commit is contained in:
Álvaro Vázquez
2025-03-24 11:35:21 +01:00
committed by GitHub
parent 7ef609ffab
commit 9b161d045e
4 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=0.10.3
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64
PLATFORMS=linux/amd64 #,linux/arm64

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=2.7.2
IMAGE_TAG=2.7.3
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64
PLATFORMS=linux/amd64 #,linux/arm64

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=2.7.2
IMAGE_TAG=2.7.3
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64
PLATFORMS=linux/amd64 #,linux/arm64

View File

@@ -1,3 +1,3 @@
IMAGE_TAG=3.2.7
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=linux/amd64,linux/arm64
PLATFORMS=linux/amd64 #,linux/arm64