Skip to content

Commit

Permalink
arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 25, 2023
1 parent 06a4d4b commit 5810619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
fail-fast: false
matrix:
node_version:
- 12
- 14
- 16
system:
- os: macos-11
target: x86_64-apple-darwin
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
target: arm64-unknown-linux-gnu
- os: windows-2022
target: x86_64-pc-windows-msvc
# Would like to have aarch64 support, but actions does not provide these yet.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shield3/banyan",
"version": "0.1.3",
"version": "0.1.4",
"description": "Banyan policy engine",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,8 @@
"win32"
],
"cpu": [
"x64"
"x64",
"arm64"
],
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11"
Expand Down

0 comments on commit 5810619

Please sign in to comment.