fix(core): update the native runtime input to include the cpu architecture (#19263)

This commit is contained in:
Jonathan Cammisuli 2023-09-20 15:12:00 -04:00 committed by GitHub
parent bda90c4cc5
commit 42202cb8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
"{projectRoot}/**/*.rs",
"{projectRoot}/**/Cargo.*",
{
"runtime": "node -p 'process.platform'"
"runtime": "node -p '`${process.platform}_${process.arch}`'"
}
]
},