Increase additional memory allocation for image to 8GB

This commit is contained in:
Thorsten Sommer 2025-04-06 13:58:12 +02:00
parent b2e9435d19
commit ea27511d53
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -507,7 +507,7 @@ jobs:
with: with:
base_image: dietpi:rpi_armv8_bullseye base_image: dietpi:rpi_armv8_bullseye
cpu: cortex-a53 cpu: cortex-a53
image_additional_mb: 6000 # ~ 6GB image_additional_mb: 8000 # ~ 8GB
optimize_image: false optimize_image: false
shell: /bin/bash shell: /bin/bash
commands: | commands: |