runtime-rs: Allow install on riscv64 platform

runtime-rs works with QEMU on RISC-V platforms, let's enable
installation on RISC-V.

Signed-off-by: Ruoqing He <ruoqing.he@lingcage.com>
This commit is contained in:
Ruoqing He
2026-04-02 02:17:05 +00:00
parent 80b0ed273f
commit 26ffe1223b

View File

@@ -43,6 +43,7 @@ default: runtime show-header
test:
@echo "RISC-V 64 is not currently supported"
exit 0
install: install-runtime install-configs
else
##TARGET default: build code
default: runtime show-header