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