fix: Bump armhf to 3.5G in disk-image-uefi (LP: #2011739)

This increase should cover the growth of packages, notably linux-firmware.
This commit is contained in:
Simon Poirier 2023-03-20 19:18:26 -04:00
parent f86653ccd9
commit 9fd491886e

View File

@ -23,6 +23,8 @@ esac
if [ "$ARCH" = "riscv64" ] && [ -n "${SUBARCH:-}" ]; then
IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual
elif [ "$ARCH" = "armhf" ]; then
IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual
fi
. config/binary