From 62d01aebce93867298bb905514d8bc42ec672f78 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:48:01 -0500 Subject: [PATCH] Rechunk bootc image --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45b0fd7..84ce346 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,11 @@ build-image: - cp-laptop.yml - jp-truenas.yml - jp-desktop-nvidia.yml - - jp-desktop-nvidia-bootc.yml - jp-laptop.yml + - RECIPE: + - jp-desktop-nvidia-bootc.yml + BB_BUILD_RECHUNK: "true" + BB_BUILD_RECHUNK_CLEAR_PLAN: "true" variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs @@ -33,8 +36,6 @@ build-image: DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client RUST_LOG_STYLE: always CLICOLOR_FORCE: 1 - # BB_BUILD_RECHUNK: "true" - # BB_BUILD_RECHUNK_CLEAR_PLAN: "true" before_script: - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)