Skip to content

Commit

Permalink
add: loongarch support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ao-Dragon committed Jan 21, 2025
1 parent cecc61e commit 59a989b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ detect_platform() {
arm64|aarch64)
arch="arm64"
;;
loong64|loongarch64)
arch="loong64"
;;
*)
echo "Unsupported architecture: $arch"
exit 1
Expand Down

0 comments on commit 59a989b

Please sign in to comment.