Skip to content
Snippets Groups Projects
Commit 23c1b3f2 authored by alex kuklin's avatar alex kuklin
Browse files

multiarch redefined

parent 0abcdb5d
No related branches found
No related tags found
1 merge request!2X86
Pipeline #6990 passed with stage
in 1 minute and 24 seconds
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -14,7 +14,7 @@ ppc64le:
IMAGE: registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_REF_NAME
stage: build
tags:
- $CI_JOB_NAME
- ppc64le
script:
- docker build --pull --build-arg ARCH=$CI_JOB_NAME -t $IMAGE -f Dockerfile .
- docker push $IMAGE
......@@ -24,7 +24,7 @@ amd64:
IMAGE: registry.vereign.com/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_REF_NAME
stage: build
tags:
- $CI_JOB_NAME
- amd64
script:
- docker build --pull --build-arg ARCH=$CI_JOB_NAME -t $IMAGE -f Dockerfile .
- docker push $IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment