n architecture for arm
This commit is contained in:
parent
d01ca75224
commit
bd795f62e5
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue