Skip to content

Commit 9463d48

Browse files
author
Evans Aboge (from Dev Box)
committed
Fix platforms
1 parent 496087e commit 9463d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/ci-build.yml

+2-2
Original file line numberDiff line numberDiff 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}" \

0 commit comments

Comments
 (0)