mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
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:
parent
68d6dbe32d
commit
bc9b7c8c58
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
check_image ${SELF} ${@}
|
||||
|
||||
ARMSIZE="3G"
|
||||
ARMSIZE="5G"
|
||||
|
||||
if [ -n "${1}" ]; then
|
||||
ARMSIZE=${1}
|
||||
|
|
|
|||
Loading…
Reference in a new issue