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 612886b commit 6712f85Copy full SHA for 6712f85
install.sh
@@ -67,6 +67,7 @@ get_binaries() {
67
darwin/arm64) BINARIES="oauth2c" ;;
68
linux/386) BINARIES="oauth2c" ;;
69
linux/amd64) BINARIES="oauth2c" ;;
70
+ linux/arm64) BINARIES="oauth2c" ;;
71
windows/386) BINARIES="oauth2c" ;;
72
windows/amd64) BINARIES="oauth2c" ;;
73
*)
0 commit comments