diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-06 13:37:44 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-06 13:57:43 +0900 |
| commit | 0243f3ffbd489462ca808529200b08f3a409c1ba (patch) | |
| tree | 6cb547e7b756dae801f4aba5d5b3b0a560e4903c /internal/rosa/rosa.go | |
| parent | cd0beeaf8ed5fb81ba20375517c7a3bf34fd27cd (diff) | |
internal/rosa/stage0: add riscv64 tarball
This had not yet passed all test suites because emulator is prohibitively slow.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 5fa7f7e2..560f10d5 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -56,6 +56,8 @@ func linuxArch() string { return "x86_64" case "arm64": return "aarch64" + case "riscv64": + return "riscv64" default: panic("unsupported target " + runtime.GOARCH) |
