Skip to content

Commit

Permalink
Added support for arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeledwards committed Jul 11, 2017
1 parent 14ab6ff commit 160613c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/n
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ tarball_url() {
*x86_64*) arch=x64 ;;
*armv6l*) arch=armv6l ;;
*armv7l*) arch=armv7l ;;
*arm64*) arch=arm64 ;;
*aarch64*) arch=arm64 ;;
esac

if [ ${arch} = "armv6l" -a ${BIN_NAME[$DEFAULT]} = node ]; then
Expand Down

0 comments on commit 160613c

Please sign in to comment.