mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
ci: Build hurd-barebones-qcow2-image.
Build hurd-barebones-qcow2-image instead of hurd-barebones-disk-image to speed downloads. * gnu/ci.scm (%guix-system-images): Build 'hurd-barebones-qcow2-image instead of 'hurd-barebones-disk-image.
This commit is contained in:
parent
644cdc819f
commit
3d0e875026
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ (define %guix-system-supported-systems
|
|||
'("x86_64-linux" "i686-linux"))
|
||||
|
||||
(define %guix-system-images
|
||||
(list hurd-barebones-disk-image))
|
||||
(list hurd-barebones-qcow2-image))
|
||||
|
||||
(define (image-jobs store system)
|
||||
"Return a list of jobs that build images for SYSTEM."
|
||||
|
|
Loading…
Reference in a new issue