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.
This commit is contained in:
frostified-io 2026-01-04 20:13:08 +01:00 committed by Franco Fichtner
parent 68d6dbe32d
commit bc9b7c8c58

View file

@ -39,7 +39,7 @@ fi
check_image ${SELF} ${@}
ARMSIZE="3G"
ARMSIZE="5G"
if [ -n "${1}" ]; then
ARMSIZE=${1}