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 fffbdd2 commit b3b7895Copy full SHA for b3b7895
.github/workflows/CI.yml
@@ -70,7 +70,7 @@ jobs:
70
npm_config_zmq_draft: false
71
npm_config_zmq_shared: false
72
npm_config_arch: ${{ matrix.arch }}
73
- ARCH: ${{ matrix.arch }}
+ npm_config_target_arch: ${{ matrix.arch }}
74
steps:
75
- uses: actions/checkout@v4
76
README.md
@@ -149,6 +149,7 @@ following in `.npmrc`:
149
150
```ini
151
arch="arm64"
152
+target_arch="arm64"
153
```
154
155
#### MacOS Deployment Target
0 commit comments