From 42202cb8be6002db135d6b05a60a26b208afc7ca Mon Sep 17 00:00:00 2001 From: Jonathan Cammisuli Date: Wed, 20 Sep 2023 15:12:00 -0400 Subject: [PATCH] fix(core): update the native runtime input to include the cpu architecture (#19263) --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`'" } ] },