We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--arch
1 parent 6d4d02b commit 7c36b66Copy full SHA for 7c36b66
.github/workflows/prebuild.yaml
@@ -174,7 +174,7 @@ jobs:
174
npm install --ignore-scripts
175
. prebuild/macOS/preinstall.sh
176
cp prebuild/macOS/binding.gyp binding.gyp
177
- node-gyp rebuild -j 2 --arch=${{ matrix.os.arch }}
+ node-gyp rebuild -j 2
178
. prebuild/macOS/bundle.sh
179
180
- name: Test binary
0 commit comments