aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/stage0.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go
index faa25e37..e446ffe5 100644
--- a/internal/rosa/stage0.go
+++ b/internal/rosa/stage0.go
@@ -57,6 +57,8 @@ func NewStage0() pkg.Artifact {
switch runtime.GOARCH {
case "amd64":
seed = "tqM1Li15BJ-uFG8zU-XjgFxoN_kuzh1VxrSDVUVa0vGmo-NeWapSftH739sY8EAg"
+ case "arm64":
+ seed = "CJj3ZSnRyLmFHlWIQtTPQD9oikOZY4cD_mI3v_-LIYc2hhg-cq_CZFBLzQBAkFIn"
default:
panic("unsupported target " + runtime.GOARCH)