civodul pushed a commit to branch master
in repository maintenance.

commit 6530f41632e695b07df862acf1c3ba517851766b
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Thu Jul 18 17:33:22 2024 +0800

    hydra: services: Add visionfive2 build output images.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Add visionfive2
    images outputs.
    
    Signed-off-by: Ludovic Courtès <l...@gnu.org>
---
 hydra/modules/sysadmin/services.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 3e6b3a60..32299095 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2023 Lars-Dominik Braun <l...@leibniz-psychology.org>
 ;;; Copyright © 2024 Arun Isaac <arunis...@systemreboot.net>
 ;;; Copyright © 2024 Carlo Zancanaro <ca...@zancanaro.id.au>
+;;; Copyright © 2024 Zheng Junjie <873216...@qq.com>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -270,7 +271,8 @@ collection instead."
                       (list
                        "hurd-barebones\\.qcow2"
                        "pine64-barebones-raw-image"
-                       "pinebook-pro-barebones-raw-image"))))
+                       "pinebook-pro-barebones-raw-image"
+                       "visionfive2-barebones-raw-image"))))
                 (period 86400)
                 (priority 3)
                 (systems '#$systems))

Reply via email to