From a883e57e7d59df263f7ee642f1f00b77b579d22d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Feb 2026 17:34:25 +0900 Subject: 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 --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1