From eabd27c3c83ae9cf668f908e9bbcaa676b1b1b65 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 25 Jun 2025 12:55:33 -0400 Subject: [PATCH 1/2] Attempt rechunking again --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f18f61a..f8cffac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: jobs: bluebuild: name: Build Custom Image - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: read packages: write @@ -43,3 +43,4 @@ jobs: # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true + rechunk: true -- 2.39.5 From fcf019fddfd4766f6d14adf07f0439bd36df8dbe Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 30 Jul 2025 02:24:09 -0400 Subject: [PATCH 2/2] Switching back to ubuntu-latest to attempt to use rechunk --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8cffac..7120fda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: jobs: bluebuild: name: Build Custom Image - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: contents: read packages: write -- 2.39.5