Skip to content

Commit

Permalink
Update helpers.sh (asdf-community#137)
Browse files Browse the repository at this point in the history
Add loong64 support.
  • Loading branch information
yxd-ym authored and BorzdeG committed Jul 28, 2024
1 parent 7160adb commit b004ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ get_arch() {
armv6l | armv7l) arch="armv6l" ;;
aarch64 | arm64) arch="arm64" ;;
ppc64le) arch="ppc64le" ;;
loongarch64 | loong64) arch="loong64" ;;
*)
fail "Arch '${arch_check}' not supported!"
;;
Expand Down

0 comments on commit b004ac4

Please sign in to comment.