hack/install_golint.sh: allow installation on linux/arm64 (#2585)
This commit is contained in:
parent
01763bce5b
commit
cb242ae89c
|
|
@ -68,6 +68,7 @@ is_supported_platform() {
|
|||
windows/amd64) found=0 ;;
|
||||
windows/386) found=0 ;;
|
||||
linux/amd64) found=0 ;;
|
||||
linux/arm64) found=0 ;;
|
||||
linux/386) found=0 ;;
|
||||
linux/ppc64le) found=0 ;;
|
||||
linux/s390x) found=0 ;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue