1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-12 23:50:14 +02:00

Add initial RISC-V support (#2206)

It depends upon https://github.com/IceWhaleTech/github/pull/3

resolved https://github.com/IceWhaleTech/CasaOS/issues/1669
This commit is contained in:
U2FsdGVkX1
2025-04-16 14:16:50 +08:00
committed by GitHub
parent 23eb739f01
commit a6ff39e47d
3 changed files with 83 additions and 0 deletions

View File

@ -111,6 +111,9 @@ aarch64)
armv7l)
ARCH="arm-7"
;;
riscv64)
ARCH="riscv64"
;;
*)
__error "Unsupported architecture"
;;