1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

etc: release: Add spare space to the release VM image.

* etc/teams/release/artifacts-manifest.scm (qcow2-for-system): Make size 20
GiB.

Fixes: #5081
Change-Id: I11f932c417efc086b99f41a8ffc1f56ee86234f9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #5218
This commit is contained in:
Rutherther
2025-12-29 12:05:28 +01:00
parent 7c52959ae4
commit 64668f7c15

View File

@@ -287,6 +287,7 @@ provenance."
(image (image
(inherit base-image) (inherit base-image)
(volatile-root? #f) (volatile-root? #f)
(size (* 20 (expt 1024 3))) ; 20 GiB to have spare space
(name (string->symbol name)))))))) (name (string->symbol name))))))))
(define* (guix-source-tarball) (define* (guix-source-tarball)