Skip to content

Commit

Permalink
ci: specify the target arch config env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 19, 2024
1 parent fffbdd2 commit b3b7895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
npm_config_zmq_draft: false
npm_config_zmq_shared: false
npm_config_arch: ${{ matrix.arch }}
ARCH: ${{ matrix.arch }}
npm_config_target_arch: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ following in `.npmrc`:

```ini
arch="arm64"
target_arch="arm64"
```

#### MacOS Deployment Target
Expand Down

0 comments on commit b3b7895

Please sign in to comment.