Skip to content

Commit

Permalink
Merge pull request #145 from someDevDude/master
Browse files Browse the repository at this point in the history
Allowing ARM silicon to be installed, currently it gets thrown as a w…
  • Loading branch information
xiantang authored Mar 3, 2021
2 parents 9828f1e + f3457d2 commit 895210e
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 @@ -63,6 +63,7 @@ execute() {
get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="air" ;;
darwin/arm64) BINARIES="air" ;;
linux/386) BINARIES="air" ;;
linux/amd64) BINARIES="air" ;;
windows/386) BINARIES="air" ;;
Expand Down

0 comments on commit 895210e

Please sign in to comment.