Skip to content

Commit

Permalink
Merge pull request #117 from defgenx/fix/add-arm64-installer
Browse files Browse the repository at this point in the history
fix(installer): add arm64 for both linux and darwin.
  • Loading branch information
threeiem authored Oct 28, 2024
2 parents ec2e5ee + 0509b02 commit 3f96290
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installer
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ execute() {
}
get_binaries() {
case "$PLATFORM" in
darwin/amd64) BINARIES="autotag" ;;
linux/amd64) BINARIES="autotag" ;;
darwin/amd64 | linux/amd64 | darwin/arm64 | linux/arm64) BINARIES="autotag" ;;
*)
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"
exit 1
Expand Down

0 comments on commit 3f96290

Please sign in to comment.