Skip to content
Snippets Groups Projects
Verified Commit 9bde013b authored by Olivier Benz's avatar Olivier Benz
Browse files

Update .gitlab-ci.yml

parent 86a59f36
No related branches found
No related tags found
No related merge requests found
Pipeline #12653 passed
......@@ -69,6 +69,7 @@ buildx:linux-amd64:
extends: .buildx-build
tags:
- os:linux
- arch:arm64/v8
script:
- >
docker buildx build --pull --push
......@@ -88,6 +89,7 @@ buildx:linux-arm64v8:
extends: .buildx-build
tags:
- os:linux
- arch:amd64
script:
- >
docker buildx build --pull --push
......
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