Skip to content

Commit

Permalink
chore: Add darwin/arm64 to downloadable architectures (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldengolab authored Feb 7, 2022
1 parent 8c92592 commit 11ef59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions download.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ is_supported_platform() {
darwin/amd64) found=0 ;;
linux/amd64) found=0 ;;
windows/amd64) found=0 ;;
darwin/arm64) found=0 ;;
esac
return $found
}
Expand Down

0 comments on commit 11ef59b

Please sign in to comment.