n architecture for arm

This commit is contained in:
Bob Mottram 2017-10-14 11:58:02 +01:00
parent d01ca75224
commit bd795f62e5
1 changed files with 1 additions and 1 deletions

View File

@ -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'