Skip to content
Snippets Groups Projects
Commit 79a15171 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Fix CI

parent 99a8e5e8
No related branches found
No related tags found
No related merge requests found
Pipeline #38863 failed
......@@ -27,8 +27,6 @@ container image:
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
script:
- buildah manifest create prez
- cp prez-amd64 prez
- buildah bud --tag "${CI_REGISTRY_IMAGE}:amd64" --manifest prez --arch amd64 .
- cp prez-arm64 prez
- buildah bud --tag "${CI_REGISTRY_IMAGE}:arm64" --manifest prez --arch arm64 .
- buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment