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

Merge branch 'main' into freeze-version

parents 45275e83 c06e56eb
Branches
No related tags found
No related merge requests found
Pipeline #25285 passed
...@@ -308,7 +308,7 @@ build-package-hls:version-linux-amd64: ...@@ -308,7 +308,7 @@ build-package-hls:version-linux-amd64:
rules: rules:
- if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version" && $CI_BUILD_PLATFORMS =~ /(linux\/amd64)/ - if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version" && $CI_BUILD_PLATFORMS =~ /(linux\/amd64)/
changes: changes:
- packages/hls/$HLS_VERSION.Dockerfile - prior/$GHC_VERSION.Dockerfile
build-package-hls:version-linux-arm64v8: build-package-hls:version-linux-arm64v8:
extends: .build extends: .build
...@@ -326,7 +326,7 @@ build-package-hls:version-linux-arm64v8: ...@@ -326,7 +326,7 @@ build-package-hls:version-linux-arm64v8:
rules: rules:
- if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version" && $CI_BUILD_PLATFORMS =~ /(linux\/arm64\/v8)/ - if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version" && $CI_BUILD_PLATFORMS =~ /(linux\/arm64\/v8)/
changes: changes:
- packages/hls/$HLS_VERSION.Dockerfile - prior/$GHC_VERSION.Dockerfile
build-package-hls-manifest:latest-linux-multiarch: build-package-hls-manifest:latest-linux-multiarch:
extends: .build extends: .build
...@@ -414,7 +414,7 @@ build-package-hls-manifest:version-linux-multiarch: ...@@ -414,7 +414,7 @@ build-package-hls-manifest:version-linux-multiarch:
rules: rules:
- if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version" - if: $BUILD_HLS == "true" && $CI_COMMIT_BRANCH == "freeze-version"
changes: changes:
- packages/hls/$HLS_VERSION.Dockerfile - prior/$GHC_VERSION.Dockerfile
update-stack:latest-linux-amd64: update-stack:latest-linux-amd64:
extends: .build extends: .build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment