File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ extends:
426426 echo "Using build date: ${BUILDDATE}"
427427 # Using quotes around tags to prevent flag interpretation
428428 docker buildx build \
429- --platform linux/amd64,linux/ arm64/v8,linux/arm/v7 \
429+ --platform linux/arm64/v8,linux/arm/v7 \
430430 --push \
431431 -t "$(REGISTRY)/$(IMAGE_NAME):nightly" \
432432 -t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
@@ -438,7 +438,7 @@ extends:
438438 - bash : |
439439 echo "Building Docker image for release..."
440440 docker buildx build \
441- --platform linux/amd64,linux/ arm64/v8,linux/arm/v7 \
441+ --platform linux/arm64/v8,linux/arm/v7 \
442442 --push \
443443 -t "$(REGISTRY)/$(IMAGE_NAME):latest" \
444444 -t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
You can’t perform that action at this time.
0 commit comments