guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: ci: Build novena-barebones-raw-image.


From: guix-commits
Subject: branch master updated: ci: Build novena-barebones-raw-image.
Date: Thu, 03 Dec 2020 06:36:07 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 846e524  ci: Build novena-barebones-raw-image.
846e524 is described below

commit 846e52400f9e42673980e08043f54de5a5863abb
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Dec 3 12:35:01 2020 +0100

    ci: Build novena-barebones-raw-image.
    
    * gnu/ci.scm (%guix-system-images): Add novena-barebones-raw-image.
---
 gnu/ci.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5548d95..858b6bf 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -57,6 +57,7 @@
   #:use-module (gnu system vm)
   #:use-module (gnu system install)
   #:use-module (gnu system images hurd)
+  #:use-module (gnu system images novena)
   #:use-module (gnu system images pine64)
   #:use-module (gnu system images pinebook-pro)
   #:use-module (gnu tests)
@@ -208,7 +209,8 @@ SYSTEM."
 (define %guix-system-images
   (list hurd-barebones-qcow2-image
         pine64-barebones-raw-image
-        pinebook-pro-barebones-raw-image))
+        pinebook-pro-barebones-raw-image
+        novena-barebones-raw-image))
 
 (define (hours hours)
   (* 3600 hours))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]