aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/rosa/go.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/go.go b/internal/rosa/go.go
index 4eeb324d..5c904f4c 100644
--- a/internal/rosa/go.go
+++ b/internal/rosa/go.go
@@ -73,7 +73,7 @@ func (t Toolchain) newGoLatest() (pkg.Artifact, string) {
case "amd64":
bootstrapExtra = append(bootstrapExtra, t.newGoBootstrap())
- case "arm64":
+ case "arm64", "riscv64":
bootstrapEnv = append(bootstrapEnv, "GOROOT_BOOTSTRAP=/system")
bootstrapExtra = t.AppendPresets(bootstrapExtra, gcc)
finalEnv = append(finalEnv, "CGO_ENABLED=0")