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 (nrwl#19263)
  • Loading branch information
Cammisuli authored Sep 20, 2023
1 parent bda90c4 commit 42202cb
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 42202cb

Please sign in to comment.