Skip to content

Commit

Permalink
merge: #2608
Browse files Browse the repository at this point in the history
2608: fix(install.sh): fix arch detection on intel mac r=zacharyhamm a=zacharyhamm



Co-authored-by: Zachary Hamm <[email protected]>
  • Loading branch information
si-bors-ng[bot] and zacharyhamm authored Aug 16, 2023
2 parents fae4e1c + fd387fc commit f80aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth-portal/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ parse_cli_args() {
shift "$((OPTIND - 1))"

case "$PLATFORM" in
x86-64-darwin | x86_64-linux | aarch64-darwin | aarch64-linux) ;;
x86_64-darwin | x86_64-linux | aarch64-darwin | aarch64-linux) ;;
*) die "Installation failed, unsupported platform: '$PLATFORM'" ;;
esac
}
Expand Down

0 comments on commit f80aec0

Please sign in to comment.