Skip to content
Snippets Groups Projects
Commit 047c0ae8 authored by Neil McKee's avatar Neil McKee
Browse files

Update .gitlab-ci.yml file

parent 16d9af52
No related branches found
No related tags found
No related merge requests found
...@@ -46,4 +46,4 @@ build-and-push-agent-arm: ...@@ -46,4 +46,4 @@ build-and-push-agent-arm:
stage: build-and-push stage: build-and-push
script: script:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR/agent-arm --dockerfile $CI_PROJECT_DIR/agent-arm/Dockerfile --destination $CI_REGISTRY_IMAGE/agent-arm:${CI_COMMIT_SHA:0:8} --destination $CI_REGISTRY_IMAGE/agent:arm --build-arg opts='GOARCH=arm64' --custom-platform=linux/arm64/v8 - /kaniko/executor --context $CI_PROJECT_DIR/agent-arm --dockerfile $CI_PROJECT_DIR/agent-arm/Dockerfile --destination $CI_REGISTRY_IMAGE/agent-arm:${CI_COMMIT_SHA:0:8} --destination $CI_REGISTRY_IMAGE/agent:arm --build-arg opts='GOARCH=arm64' --custom-platform=linux/arm64
\ No newline at end of file \ No newline at end of file
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