From 53df3ccddb9bcd09d6d7bb3448a457406970a269 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 21 Nov 2023 16:26:37 +0100 Subject: [PATCH] increase available space --- .github/workflows/test-on-rpi.yml | 2 +- .github/workflows/update-os.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-on-rpi.yml b/.github/workflows/test-on-rpi.yml index 3693efd..52b9dc1 100644 --- a/.github/workflows/test-on-rpi.yml +++ b/.github/workflows/test-on-rpi.yml @@ -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: | diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 15f98ef..af658d8 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -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: |