Skip to content
Snippets Groups Projects
Commit bd795f62 authored by Bob Mottram's avatar Bob Mottram
Browse files

n architecture for arm

parent d01ca752
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function get_npm_arch {
NPM_ARCH='ia32'
if [[ $ARCHITECTURE == 'arm'* ]]; then
NPM_ARCH='armv7l'
N_ARCH='arm'
N_ARCH='armv7l'
fi
if [[ $ARCHITECTURE == *"aarch"* ]]; then
NPM_ARCH='arm64'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment