Skip to content
Snippets Groups Projects
Verified Commit 1373f9c7 authored by Jonas Leder's avatar Jonas Leder
Browse files

remove double platforms

parent 4a691643
No related branches found
No related tags found
No related merge requests found
Pipeline #7471 passed
......@@ -17,7 +17,7 @@ docker-build:
tag=":$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- docker buildx build --platform linux/386,linux/amd64,linux/arm,linux/arm/v7,linux/arm/v6,linux/arm64,linux/arm64/v8,linux/ppc64le,linux/s390x --push --tag "$CI_REGISTRY_IMAGE${tag}" .
- docker buildx build --platform linux/386,linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64,linux/ppc64le,linux/s390x --push --tag "$CI_REGISTRY_IMAGE${tag}" .
# Run this job in a branch where a Dockerfile exists
rules:
- if: $CI_COMMIT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment