hack/install_golint.sh: allow installation on linux/arm64 (#2585)

This commit is contained in:
Andreas Fleig 2023-06-20 19:43:13 +02:00 committed by GitHub
parent 01763bce5b
commit cb242ae89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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