Allow to download darwin/arm64 using the installation script (#642)

This commit is contained in:
Sung 2023-03-18 16:52:34 +11:00 committed by GitHub
commit 664520e027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ check_platform() {
found=1
case "$platform" in
darwin/amd64) found=0;;
darwin/arm64) found=0;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac