Update os-release and build all base images

This commit is contained in:
2025-09-12 11:54:54 -04:00
parent 873a0bce81
commit 40e9746f72
8 changed files with 41 additions and 6 deletions

View File

@@ -39,18 +39,30 @@ base-images:
extends:
- .build
stage: base-images
rules:
# Run when any of the base recipes change
- changes:
- recipes/base*.yml
- recipes/base/*
- .gitlab-ci.yml
when: always
# Run on a scheduled pipeline (weekly or otherwise)
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
# All other cases: do not run
- when: never
parallel:
matrix:
- RECIPE:
# - base-cosmic.yml
# - base-cosmic-nvidia.yml
- base-cosmic.yml
- base-cosmic-nvidia.yml
- base-combo.yml
- base-combo-nvidia.yml
# - base-kinoite.yml
# - base-kinoite-nvidia.yml
- base-kinoite.yml
- base-kinoite-nvidia.yml
TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
BB_BUILD_PUSH: 'true'
# BB_BUILD_RECHUNK: 'true'
BB_BUILD_RECHUNK: 'true'
legacy-build-images:
extends: