Increase image size to 2.5GB
The builds on Bookworm for RPi 3 & 4 fail because there wasn't enough free space to continue package installation.
This commit is contained in:
parent
9dde6e09e0
commit
c125c400db
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- mkimg: "{{ output }}"
|
- mkimg: "{{ output }}"
|
||||||
size: 2000M
|
size: 2500M
|
||||||
|
|
||||||
- mklabel: msdos
|
- mklabel: msdos
|
||||||
device: "{{ output }}"
|
device: "{{ output }}"
|
||||||
|
|
Loading…
Reference in New Issue