From 37980ae32d6ff9b185d1a3f7cdce887ce631649e Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 25 May 2024 11:53:28 -0400 Subject: [PATCH] Go back to using main --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d6987f..8d94f64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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