Skip to content

Commit

Permalink
chore(scripts): detect arch for loong64
Browse files Browse the repository at this point in the history
  • Loading branch information
haruue committed Jan 8, 2025
1 parent 537e814 commit d86aa0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@ check_environment_architecture() {
's390x')
ARCHITECTURE='s390x'
;;
'loongarch64')
ARCHITECTURE='loong64'
;;
*)
error "The architecture '$(uname -a)' is not supported."
note "Specify ARCHITECTURE=<architecture> to bypass this check and force this script to run on this $(uname -m)."
Expand Down

0 comments on commit d86aa0b

Please sign in to comment.