Skip to content

Commit 7d811ed

Browse files
committed
fix nodejs aarch64/arm64 download
1 parent 0afd7a3 commit 7d811ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_addon.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ case $ARCH in
1515
x86_64)
1616
NODE_NAME=node-v${NODE_VERSION}-linux-x64
1717
;;
18+
aarch64)
19+
NODE_NAME=node-v${NODE_VERSION}-linux-arm64
20+
;;
1821
*)
1922
NODE_NAME=node-v${NODE_VERSION}-linux-${ARCH}
2023
;;

0 commit comments

Comments
 (0)