Revert "See what caching with squash does"

This reverts commit 00495706e0.
This commit is contained in:
Gerald Pinder
2025-07-13 01:04:21 -04:00
parent 00495706e0
commit eaca6a89ed
2 changed files with 6 additions and 22 deletions

View File

@@ -20,11 +20,11 @@ build-image:
parallel:
matrix:
- RECIPE:
# - cp-laptop.yml
- cp-laptop.yml
- jp-desktop-nvidia.yml
# - jp-laptop.yml
# - wke-server.yml
# - wke-worker.yml
- jp-laptop.yml
- wke-server.yml
- wke-worker.yml
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs
@@ -38,4 +38,4 @@ build-image:
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
script:
- sleep 5
- bluebuild build -S sigstore -B podman --squash -p ./recipes/$RECIPE
- bluebuild build -S sigstore -p ./recipes/$RECIPE