From c125c400dbe84137e9415eeac48eba748189129f Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Thu, 22 Dec 2022 00:15:40 +0100 Subject: [PATCH] Increase image size to 2.5GB The builds on Bookworm for RPi 3 & 4 fail because there wasn't enough free space to continue package installation. --- raspi_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index 7e77b30..ba80d83 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -4,7 +4,7 @@ steps: - mkimg: "{{ output }}" - size: 2000M + size: 2500M - mklabel: msdos device: "{{ output }}"