From bd012218801bf330eb126e6d5d1341607b50b8bb Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 5 Apr 2026 18:48:22 -0400 Subject: [PATCH] Don't build rechunk --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83bd972..9ab6f8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,9 @@ base-images: extends: - .build stage: base-images - variables: - BB_BUILD_CHUNKED_OCI: 'true' - BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64' + # variables: + # BB_BUILD_CHUNKED_OCI: 'true' + # BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64' rules: # Run when any of the base recipes change - changes: