Skip to content

Commit d1a522e

Browse files
authored
Update helpers.sh (#137)
Add loong64 support.
1 parent 652c592 commit d1a522e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/helpers.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ get_arch() {
2929
armv6l | armv7l) arch="armv6l" ;;
3030
aarch64 | arm64) arch="arm64" ;;
3131
ppc64le) arch="ppc64le" ;;
32+
loongarch64 | loong64) arch="loong64" ;;
3233
*)
3334
fail "Arch '${arch_check}' not supported!"
3435
;;

0 commit comments

Comments
 (0)