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