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

Update .gitlab-ci.yml

- Add needs
parent fbfe36f1
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ build:version-linux-arm64v8:
build-manifest:version-linux-multiarch:
extends: .build
stage: deploy
needs: ["build:version-linux-amd64", "build:version-linux-arm64v8"]
script:
- |
for i in $OS_ARCH; do
......
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