We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496087e commit 9463d48Copy full SHA for 9463d48
1 file changed
.azure-pipelines/ci-build.yml
@@ -426,7 +426,7 @@ extends:
426
echo "Using build date: ${BUILDDATE}"
427
# Using quotes around tags to prevent flag interpretation
428
docker buildx build \
429
- --platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
+ --platform linux/arm64/v8,linux/arm/v7 \
430
--push \
431
-t "$(REGISTRY)/$(IMAGE_NAME):nightly" \
432
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
@@ -438,7 +438,7 @@ extends:
438
- bash: |
439
echo "Building Docker image for release..."
440
441
442
443
-t "$(REGISTRY)/$(IMAGE_NAME):latest" \
444
0 commit comments