diff mbox series

[bug#72175,maintenance] hydra: services: Add visionfive2 build output images.

Message ID 20240718093323.19885-1-zhengjunjie@iscas.ac.cn
State New
Headers show
Series [bug#72175,maintenance] hydra: services: Add visionfive2 build output images. | expand

Commit Message

Z572 July 18, 2024, 9:33 a.m. UTC
* hydra/modules/sysadmin/services.scm (cuirass-specs): Add visionfive2
images outputs.
---
 hydra/modules/sysadmin/services.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hydra/modules/sysadmin/services.scm b/hydra/modules/sysadmin/services.scm
index ee78bef..08c6733 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -8,6 +8,7 @@ 
 ;;; Copyright © 2023 Lars-Dominik Braun <ldb@leibniz-psychology.org>
 ;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2024 Carlo Zancanaro <carlo@zancanaro.id.au>
+;;; Copyright © 2024 Zheng Junjie <873216071@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))