Skip to content

Commit

Permalink
Merge pull request warrensbox#198 from spring-media/master
Browse files Browse the repository at this point in the history
add linux/arm64 support in install.sh
  • Loading branch information
warrensbox authored Nov 28, 2021
2 parents 48e8ed9 + e3adcbc commit 1a7aa80
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 @@ -62,6 +62,7 @@ is_supported_platform() {
darwin/amd64) found=0 ;;
darwin/arm64) found=0 ;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac
return $found
}
Expand Down

0 comments on commit 1a7aa80

Please sign in to comment.