File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ extends:
426
426
echo "Using build date: ${BUILDDATE}"
427
427
# Using quotes around tags to prevent flag interpretation
428
428
docker buildx build \
429
- --platform linux/amd64,linux/ arm64/v8,linux/arm/v7 \
429
+ --platform linux/arm64/v8,linux/arm/v7 \
430
430
--push \
431
431
-t "$(REGISTRY)/$(IMAGE_NAME):nightly" \
432
432
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
@@ -438,7 +438,7 @@ extends:
438
438
- bash : |
439
439
echo "Building Docker image for release..."
440
440
docker buildx build \
441
- --platform linux/amd64,linux/ arm64/v8,linux/arm/v7 \
441
+ --platform linux/arm64/v8,linux/arm/v7 \
442
442
--push \
443
443
-t "$(REGISTRY)/$(IMAGE_NAME):latest" \
444
444
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
You can’t perform that action at this time.
0 commit comments