Skip to content

Commit

Permalink
Merge pull request #4 from bdellegrazie/HannesHasselbring/master
Browse files Browse the repository at this point in the history
fix(mac): also use aarch binary for Mac M2+
  • Loading branch information
bdellegrazie authored Nov 8, 2024
2 parents 55e8721 + be42d0b commit 197143f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ download_release() {
aarch64)
case "$uname_s" in
Android) target="websocat.aarch64-linux-android" ;;
Darwin)
# Use x86_64 until native aarch64 binary released
target="websocat.x86_64-apple-darwin"
;;
Darwin) target="websocat.aarch64-apple-darwin" ;;
Linux) target="websocat.aarch64-unknown-linux-musl" ;;
*) fail "OS not supported: $uname_s" ;;
esac
Expand Down

0 comments on commit 197143f

Please sign in to comment.