Skip to content

Commit

Permalink
fix nodejs aarch64/arm64 download
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 6, 2021
1 parent 0afd7a3 commit 7d811ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ case $ARCH in
x86_64)
NODE_NAME=node-v${NODE_VERSION}-linux-x64
;;
aarch64)
NODE_NAME=node-v${NODE_VERSION}-linux-arm64
;;
*)
NODE_NAME=node-v${NODE_VERSION}-linux-${ARCH}
;;
Expand Down

0 comments on commit 7d811ed

Please sign in to comment.