Skip to content

Commit 3b7235e

Browse files
author
Evans Aboge (from Dev Box)
committed
Remove ARM v7
1 parent 29bcd0c commit 3b7235e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ extends:
428428
echo "Using build date: ${BUILDDATE}"
429429
# Using quotes around tags to prevent flag interpretation
430430
docker buildx build \
431-
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
431+
--platform linux/amd64,linux/arm64/v8 \
432432
--push \
433433
-t "$(REGISTRY)/$(IMAGE_NAME):nightly" \
434434
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \
@@ -440,7 +440,7 @@ extends:
440440
- bash: |
441441
echo "Building Docker image for release..."
442442
docker buildx build\
443-
--platform linux/amd64,linux/arm64/v8,linux/arm/v7 \
443+
--platform linux/amd64,linux/arm64/v8 \
444444
--push \
445445
-t "$(REGISTRY)/$(IMAGE_NAME):latest" \
446446
-t "$(REGISTRY)/$(IMAGE_NAME):${VERSION}.${BUILDDATE}${RUNNUMBER}" \

0 commit comments

Comments
 (0)