Skip to content

Commit

Permalink
fix(core): update the native runtime input to include the cpu archite…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
Cammisuli committed Sep 20, 2023
1 parent 3b3fc92 commit 73d7dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"{projectRoot}/**/*.rs",
"{projectRoot}/**/Cargo.*",
{
"runtime": "node -p 'process.platform'"
"runtime": "node -p '`${process.platform}_${process.arch}`'"
}
]
},
Expand Down

0 comments on commit 73d7dad

Please sign in to comment.