chore(scripts): detect arch for loong64

This commit is contained in:
Haruue 2025-01-08 14:57:02 +09:00
parent 537e8144ea
commit d86aa0b4e2
No known key found for this signature in database
GPG key ID: F6083B28CBCBC148

View file

@ -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)."