increase available space

This commit is contained in:
Ace 2023-11-21 16:26:37 +01:00
parent d441b1a7ef
commit 53df3ccddb
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
with:
# Set the base_image to the desired Raspberry Pi OS version
base_image: https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf-lite.img.xz
image_additional_mb: 2000 # enlarge free space to 2 GB
image_additional_mb: 2560 # enlarge free space to 2.5 GB
optimize_image: true
user: inky
commands: |

View File

@ -23,7 +23,7 @@ jobs:
with:
# Set the base_image to the desired Raspberry Pi OS version
base_image: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2023-05-03/2023-05-03-raspios-bullseye-armhf-lite.img.xz
image_additional_mb: 2000 # enlarge free space to 2 GB
image_additional_mb: 2560 # enlarge free space to 2 GB
optimize_image: true
user: inky
commands: |