Go back to using main

This commit is contained in:
Gerald Pinder
2024-05-25 11:53:28 -04:00
parent ece9e2d568
commit 37980ae32d

View File

@@ -15,17 +15,17 @@ build-image:
stage: build
interruptible: true
image:
name: ghcr.io/blue-build/cli:multi-recipe-build
name: ghcr.io/blue-build/cli:main
entrypoint: [""]
services:
- docker:dind
# parallel:
# matrix:
# - RECIPE:
# - jp-desktop.yml
# - jp-laptop.yml
# - jp-desktop-39.yml
# - cp-laptop.yml
parallel:
matrix:
- RECIPE:
- jp-desktop.yml
- jp-desktop-nvidia.yml
- jp-laptop.yml
- cp-laptop.yml
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs
@@ -38,8 +38,8 @@ build-image:
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
script:
- sleep 5
- bluebuild build -vv -B docker -p ./recipes/*.yml
# - bluebuild build -vv -B docker -p ./recipes/$RECIPE
# - bluebuild build -vv -B docker -p ./recipes/*.yml
- bluebuild build -vv -B docker -p ./recipes/$RECIPE
after_script:
- docker system df
- docker system prune -f