Skip to content

Commit

Permalink
chore: install.sh support for armv7 (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Apr 9, 2023
1 parent 65d89b9 commit 693d205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ adjust_arch() {
386) ARCH=32bit ;;
amd64) ARCH=64bit ;;
arm) ARCH=ARM ;;
armv7) ARCH=ARM ;;
arm64) ARCH=ARM64 ;;
ppc64le) OS=PPC64LE ;;
darwin) ARCH=macOS ;;
Expand Down

0 comments on commit 693d205

Please sign in to comment.