Skip to content

Commit

Permalink
fix: support macOS M chips
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Jan 4, 2023
1 parent a2a87bb commit 0eb2d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
arch=$(uname -m)
echo $arch
case $arch in
"arm64")
suffix="-aarch64-apple-darwin"
;;

*)
# We rely on Rosetta atm
suffix="-x86_64-apple-darwin"
Expand Down

0 comments on commit 0eb2d63

Please sign in to comment.