Move cp-laptop to build-images

This commit is contained in:
2025-09-27 22:39:15 -04:00
parent b199d05b73
commit f9a383d00a

View File

@@ -39,6 +39,9 @@ base-images:
extends: extends:
- .build - .build
stage: base-images stage: base-images
variables:
BB_BUILD_PUSH: 'true'
BB_BUILD_RECHUNK: 'true'
rules: rules:
# Run when any of the base recipes change # Run when any of the base recipes change
- changes: - changes:
@@ -62,33 +65,33 @@ base-images:
- base-combo-nvidia.yml - base-combo-nvidia.yml
- base-kinoite.yml - base-kinoite.yml
- base-kinoite-nvidia.yml - base-kinoite-nvidia.yml
BB_BUILD_PUSH: 'true'
BB_BUILD_RECHUNK: 'true'
legacy-build-images: legacy-build-images:
extends: extends:
- .build - .build
stage: build stage: build
variables:
BB_BUILD_PUSH: 'true'
needs: [] needs: []
parallel: parallel:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml
- wke-server.yml - wke-server.yml
- wke-worker.yml - wke-worker.yml
BB_BUILD_PUSH: 'true'
build-images: build-images:
extends: extends:
- .build - .build
stage: build stage: build
variables:
BB_BUILD_PUSH: 'true'
TAG: 340-feat-multiarch
needs: needs:
- job: base-images - job: base-images
optional: true optional: true
parallel: parallel:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml
- jp-desktop-nvidia.yml - jp-desktop-nvidia.yml
- jp-laptop.yml - jp-laptop.yml
BB_BUILD_PUSH: 'true'
TAG: 340-feat-multiarch