Skip to content

Commit

Permalink
Remove linux/arm/v7 from multi-arch Docker image (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jan 7, 2024
1 parent 26d4573 commit 7400dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-npm-and-docker.sh
Expand Up @@ -24,7 +24,7 @@ echo "Using tag: ${IMAGE_VERSION_TAG}"
docker buildx create --name mongo-seeding-bldr --bootstrap --use

docker buildx build --push \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--platform linux/amd64,linux/arm64 \
--builder mongo-seeding-bldr \
--tag ${IMAGE_NAME}:${IMAGE_VERSION_TAG} \
--build-arg cliVersion=${IMAGE_VERSION_TAG} \
Expand Down

0 comments on commit 7400dbf

Please sign in to comment.