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 cbf9814e..5aea5ee4 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -15,6 +15,7 @@ const (
Autoconf
Automake
Bash
+ Binutils
CMake
Coreutils
Curl
@@ -106,6 +107,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"autoconf": Autoconf,
"automake": Automake,
"bash": Bash,
+ "binutils": Binutils,
"cmake": CMake,
"coreutils": Coreutils,
"curl": Curl,