Fix arm64 build

This commit is contained in:
JL2210
2018-11-04 16:05:53 -05:00
parent 5f035559e5
commit a4ea6d60a4
3 changed files with 19 additions and 7 deletions

View File

@@ -8,6 +8,10 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
export npm_config_arch=ia32
fi
if [[ "$BUILDARCH" == "arm64" ]]; then
export npm_config_arch=arm64
fi
../update_settings.sh
yarn