Skip to content

Commit

Permalink
Merge pull request #281 from sant123/master
Browse files Browse the repository at this point in the history
Deno ARM install support
  • Loading branch information
mmastrac committed Feb 8, 2024
2 parents 89ecbd9 + cc4d9c3 commit 73406e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ else
case $(uname -sm) in
"Darwin x86_64") target="x86_64-apple-darwin" ;;
"Darwin arm64") target="aarch64-apple-darwin" ;;
"Linux aarch64")
echo "Error: Official Deno builds for Linux aarch64 are not available. (see: https://github.com/denoland/deno/issues/1846 )" 1>&2
exit 1
;;
"Linux aarch64") target="aarch64-unknown-linux-gnu" ;;
*) target="x86_64-unknown-linux-gnu" ;;
esac
fi
Expand Down

0 comments on commit 73406e7

Please sign in to comment.