[Fix] fix node download link for armv8l

Fixes #3035
This commit is contained in:
Deniz
2023-04-29 16:41:31 -07:00
committed by Jordan Harband
parent 70aa611abc
commit 5410ae57ba
3 changed files with 7 additions and 1 deletions

5
test/mocks/uname_linux_armv8l Executable file
View File

@@ -0,0 +1,5 @@
if [ "_$1" = "_-m" ]; then
echo "armv8l"
else
echo "Linux 3.18.14-14721103 #1 SMP PREEMPT Thu Mar 5 20:35:37 KST 2020 armv8l armv8l armv8l GNU/Linux"
fi