diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-02 23:53:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-02 23:53:08 +0900 |
| commit | 8e1bf00c2dcf02810a15bedf845c59c7edecaecf (patch) | |
| tree | 5aa51ead215a5a435ae453119d75308c24707b04 | |
| parent | b111e220501317519dc953c078e394f0f4e7342c (diff) | |
internal/rosa/stage0: add arm64 tarball
This replaces the previous, much larger stage0 distribution.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/stage0.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go index 3f813bad..b4853faa 100644 --- a/internal/rosa/stage0.go +++ b/internal/rosa/stage0.go @@ -47,6 +47,7 @@ func NewStage0() pkg.Artifact { "stage0-"+triplet()+".tar.bz2", perArch[string]{ "amd64": "ldz-WkSx2wxUK4ndi-tlaaU8ykOowbpGRcBsciAcIDdnX6-QfzQg_se3lsZYuzuK", + "arm64": "_mo39S_sgzPYaIQ_Wi13O46KPQuWqCCiZdildpz6a8MTh2khIt68tNIulyUGBV2z", }.unwrap(), pkg.TarBzip2, ) |
