We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a83e70 commit 06ba156Copy full SHA for 06ba156
install.sh
@@ -64,6 +64,7 @@ get_binaries() {
64
case "$PLATFORM" in
65
darwin/386) BINARIES="oauth2c" ;;
66
darwin/amd64) BINARIES="oauth2c" ;;
67
+ darwin/arm64) BINARIES="oauth2c" ;;
68
linux/386) BINARIES="oauth2c" ;;
69
linux/amd64) BINARIES="oauth2c" ;;
70
windows/386) BINARIES="oauth2c" ;;
0 commit comments