diff --git a/nx.json b/nx.json index af1293e788bc9d..f3c0e067b5c709 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}`'" } ] },