diff --git a/nx.json b/nx.json index a166d1c8e9d65..8cb0fb8118f91 100644 --- a/nx.json +++ b/nx.json @@ -52,7 +52,7 @@ "{projectRoot}/**/*.rs", "{projectRoot}/**/Cargo.*", { - "runtime": "node -p 'process.platform'" + "runtime": "node -p '`${process.platform}_${process.arch}`'" } ] },