adjust free space and image size

This commit is contained in:
openoms 2024-03-14 11:29:37 +01:00
parent 02949271da
commit f954d7099d
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -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 20G"
echo "Using the variables: --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 16G"
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 20G
bash packer.build.arm64-rpi.sh --pack base --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --image_size 16G
- 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: 31000
temp-reserve-mb: 31000
root-reserve-mb: 32000
temp-reserve-mb: 32000
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'