From 8708e9847869b37db00074a0c9e0663264a2b799 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 30 Aug 2025 10:12:03 +0000 Subject: [PATCH] ci: Tweak docker cache sizes. Signed-off-by: Jason Volk --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 474f0ef4..12ef9a8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,8 +58,8 @@ jobs: - name: Initialize Builder env: runner: ${{matrix.runner}} - reserved_space: '{"het": "384GB", "aws": "48GB", "gcp": "160GB"}' - max_used_space: '{"het": "512GB", "aws": "64GB", "gcp": "192GB"}' + reserved_space: '{"het": "128GB", "aws": "48GB", "gcp": "160GB"}' + max_used_space: '{"het": "256GB", "aws": "64GB", "gcp": "192GB"}' run: | set +e docker buildx inspect "${GITHUB_ACTOR}"