Skip to content

Commit

Permalink
Merge pull request #39 from graphprotocol/hope/add-arm64
Browse files Browse the repository at this point in the history
node-plugin: add arm64 for M1
  • Loading branch information
hopeyen authored May 4, 2022
2 parents b1cd0d6 + fdd5b8a commit 4c4a4c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"cpu": [
"x64",
"arm"
"arm",
"arm64"
],
"scripts": {
"build": "cargo-cp-artifact -a cdylib node_plugin ./native/index.node -- cargo build --message-format=json-render-diagnostics",
Expand Down

0 comments on commit 4c4a4c5

Please sign in to comment.