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

Fix .gitlab-ci.yml

parent 061e3b1c
Branches
No related tags found
No related merge requests found
Pipeline #23193 passed
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
GHC_VERSION_BUILD: "9.6.2" GHC_VERSION_BUILD: "9.6.2"
CABAL_VERSION_BUILD: "3.10.1.0" CABAL_VERSION_BUILD: "3.10.1.0"
STACK_VERSION: "2.11.1" STACK_VERSION: "2.11.1"
HLS_VERSION: "2.0.0.1" HLS_VERSION: "2.1.0.0"
BUILD_GHC: "false" BUILD_GHC: "true"
BUILD_HLS: "true" BUILD_HLS: "true"
.before-script-build: &before-script-build .before-script-build: &before-script-build
...@@ -316,7 +316,7 @@ build-package-hls-manifest:latest-linux-multiarch: ...@@ -316,7 +316,7 @@ build-package-hls-manifest:latest-linux-multiarch:
docker manifest create $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG $CI_MANIFEST_LIST docker manifest create $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG $CI_MANIFEST_LIST
if echo $OS_ARCH | grep "linux-arm64v8" >/dev/null ; then if echo $OS_ARCH | grep "linux-arm64v8" >/dev/null ; then
docker manifest annotate --variant v8 $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG \ docker manifest annotate --variant v8 $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG \
$CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG-linux-arm64v8 $CI_APP_REPO/$CI_APP_TAG/hls:$HLS_VERSION-linux-arm64v8
fi fi
docker manifest push $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG docker manifest push $CI_APP_REPO/$CI_APP_TAG/hls:$CI_APP_TAG
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment