You've already forked CasaOS
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:
@ -111,6 +111,9 @@ aarch64)
|
||||
armv7l)
|
||||
ARCH="arm-7"
|
||||
;;
|
||||
riscv64)
|
||||
ARCH="riscv64"
|
||||
;;
|
||||
*)
|
||||
__error "Unsupported architecture"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user