From 5e1360468e0ac6c445a51c55c21097b20acdf70e Mon Sep 17 00:00:00 2001 From: openoms Date: Thu, 14 Mar 2024 15:50:46 +0100 Subject: [PATCH] free space 34G, image size 18G --- .github/workflows/arm64-rpi-fatpack-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/arm64-rpi-fatpack-image.yml b/.github/workflows/arm64-rpi-fatpack-image.yml index b37e59d22..93efaae50 100644 --- a/.github/workflows/arm64-rpi-fatpack-image.yml +++ b/.github/workflows/arm64-rpi-fatpack-image.yml @@ -75,9 +75,9 @@ jobs: - name: Run the build script run: | - echo "Using the variables: --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 16G" + echo "Using the variables: --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 18G" cd ci/arm64-rpi - bash packer.build.arm64-rpi.sh --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 16G + bash packer.build.arm64-rpi.sh --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 18G - name: Calculate the checksum of the raw image run: | @@ -99,8 +99,8 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 32000 - temp-reserve-mb: 32000 + root-reserve-mb: 34000 + temp-reserve-mb: 34000 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true'