aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
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 72c7e176..9b4872a3 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -58,6 +58,7 @@ const (
XCB
XCBProto
Xproto
+ XZ
Zlib
buildcatrust
@@ -135,6 +136,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"xcb": XCB,
"xcb-proto": XCBProto,
"xproto": Xproto,
+ "xz": XZ,
"zlib": Zlib,
}[name]
return