Skip to content

Commit b3b7895

Browse files
committed
ci: specify the target arch config env variable
1 parent fffbdd2 commit b3b7895

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
npm_config_zmq_draft: false
7171
npm_config_zmq_shared: false
7272
npm_config_arch: ${{ matrix.arch }}
73-
ARCH: ${{ matrix.arch }}
73+
npm_config_target_arch: ${{ matrix.arch }}
7474
steps:
7575
- uses: actions/checkout@v4
7676

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ following in `.npmrc`:
149149

150150
```ini
151151
arch="arm64"
152+
target_arch="arm64"
152153
```
153154

154155
#### MacOS Deployment Target

0 commit comments

Comments
 (0)