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 (#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

1 comment on commit 42202cb

@vercel
Copy link

@vercel vercel bot commented on 42202cb Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.