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.
1 parent 9b473de commit 63fc2a6Copy full SHA for 63fc2a6
.github/workflows/build.yml
@@ -135,6 +135,7 @@ jobs:
135
CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package
136
137
build_aarch64_legacy_nodejs_mac:
138
+ name: Prebuild aarch64 macOS (legacy Node.js)
139
runs-on: ${{ matrix.os }}
140
strategy:
141
fail-fast: false
.github/workflows/release.yml
@@ -164,6 +164,7 @@ jobs:
164
path: 'build/stage/**/*.tar.gz'
165
166
167
168
169
170
0 commit comments