Skip to content

Commit

Permalink
add darwin/arm64 as a supported platform in the install.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed May 14, 2022
1 parent 00b5fae commit 6669144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ is_supported_platform() {
found=1
case "$platform" in
darwin/amd64) found=0 ;;
darwin/arm64) found=0 ;;
darwin/386) found=0 ;;
linux/amd64) found=0 ;;
linux/386) found=0 ;;
Expand Down

0 comments on commit 6669144

Please sign in to comment.