chore: install.sh support for armv7 (#3985)

This commit is contained in:
Yousaf Nabi
2023-04-09 20:18:13 +01:00
committed by GitHub
parent 65d89b99d1
commit 693d20516b

View File

@@ -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 ;;