Skip to content

Commit

Permalink
add arm64 to sopstoolinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
physik932 committed Apr 1, 2022
1 parent d1c5972 commit 8450146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sopstoolinstall.sh
Expand Up @@ -63,6 +63,7 @@ execute() {
get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="sopstool" ;;
darwin/arm64) BINARIES="sopstool" ;;
linux/amd64) BINARIES="sopstool" ;;
*)
log_crit "platform $PLATFORM is not supported. Make sure this script is up-to-date and file request at https://github.com/${PREFIX}/issues/new"
Expand Down

0 comments on commit 8450146

Please sign in to comment.