From bc9b7c8c5823efabe991cbf7db8704cfb2894cf3 Mon Sep 17 00:00:00 2001 From: frostified-io Date: Sun, 4 Jan 2026 20:13:08 +0100 Subject: [PATCH] Update arm.sh to increase image size 3GB to 5GB It seems some time around 25.7.10 the arm image does not fit into 3 GB any more. The build would fail to create an output image. To give more room and also avoid future problems it is set to 5G. --- build/arm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/arm.sh b/build/arm.sh index 9adb911..723972e 100644 --- a/build/arm.sh +++ b/build/arm.sh @@ -39,7 +39,7 @@ fi check_image ${SELF} ${@} -ARMSIZE="3G" +ARMSIZE="5G" if [ -n "${1}" ]; then ARMSIZE=${1}