Skip to content

Commit

Permalink
Add linux/arm64 to the installation script (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawalec authored Aug 20, 2024
1 parent 612886b commit 6712f85
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 @@ -67,6 +67,7 @@ get_binaries() {
darwin/arm64) BINARIES="oauth2c" ;;
linux/386) BINARIES="oauth2c" ;;
linux/amd64) BINARIES="oauth2c" ;;
linux/arm64) BINARIES="oauth2c" ;;
windows/386) BINARIES="oauth2c" ;;
windows/amd64) BINARIES="oauth2c" ;;
*)
Expand Down

0 comments on commit 6712f85

Please sign in to comment.