aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-17 17:34:25 +0900
committerOphestra <cat@gensokyo.uk>2026-02-17 17:34:25 +0900
commita883e57e7d59df263f7ee642f1f00b77b579d22d (patch)
tree7783efcb976d7797369a73a48b99ce911d8cdbc2 /internal/rosa/all.go
parentef9bd8ecbfb90932371b25d8c5e22725c82d8130 (diff)
internal/rosa: qemu artifact
This is still a quite minimal build. More features will be enabled as dependencies become available. The powerpc failure will be investigated if it is ever needed. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 94fba474..e5b41ac4 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -68,6 +68,7 @@ const (
PyTest
Pygments
Python
+ QEMU
Rsync
Sed
Setuptools
@@ -178,6 +179,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"pytest": PyTest,
"pygments": Pygments,
"python": Python,
+ "qemu": QEMU,
"rsync": Rsync,
"sed": Sed,
"setuptools": Setuptools,