From 54b3720fb6a56401a10556f0062c596b976f27bf Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 30 Nov 2024 17:00:41 -0500 Subject: [PATCH] Start building more with rechunk --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f21b88a..3989397 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,10 +22,12 @@ build-image: matrix: - RECIPE: - jp-desktop-nvidia.yml - # - jp-laptop.yml - # - jp-laptop-cosmic.yml - # - cp-laptop.yml - # - jp-truenas.yml + - jp-laptop.yml + OPTS: + - "--rechunk" + - RECIPE: + - cp-laptop.yml + - jp-truenas.yml variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs @@ -38,4 +40,4 @@ build-image: - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) script: - sleep 5 - - bluebuild build -vv --rechunk -S sigstore -p ./recipes/$RECIPE + - bluebuild build -vv $OPTS -S sigstore -p ./recipes/$RECIPE