Skip to content

Commit

Permalink
Merge pull request #4 from kukymbr/intstall_arm64
Browse files Browse the repository at this point in the history
added arm64 to the install.sh
  • Loading branch information
strider2038 authored Feb 6, 2023
2 parents d30b66d + 6eeea7b commit c8f80e3
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 @@ -64,6 +64,7 @@ get_binaries() {
case "$PLATFORM" in
darwin/386) BINARIES="digen" ;;
darwin/amd64) BINARIES="digen" ;;
darwin/arm64) BINARIES="digen" ;;
linux/386) BINARIES="digen" ;;
linux/amd64) BINARIES="digen" ;;
windows/386) BINARIES="digen" ;;
Expand Down

0 comments on commit c8f80e3

Please sign in to comment.