diff --git a/scripts/ci/node_package.sh b/scripts/ci/node_package.sh index 8df7c50e0..19f6bbf4a 100755 --- a/scripts/ci/node_package.sh +++ b/scripts/ci/node_package.sh @@ -12,11 +12,6 @@ if [[ ${BUILD_TYPE} == "Debug" ]]; then NPM_FLAGS='--debug' fi -# append --target_arch in order to handle cross-compilation for Apple Silicon -if [[ "$ENABLE_APPLE_SILICON" == "ON" ]]; then - NPM_FLAGS="${NPM_FLAGS} --target_arch=arm64" -fi - echo "dumping binary meta..." ./node_modules/.bin/node-pre-gyp reveal $NPM_FLAGS