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