Hey,
Now that we can build arm apps, I guess it would make sense to introduce a node that returns the current architecture so that we can make decisions based on that.
There’s ProcessArchitecture
and OSArchitecture
in System.Runtime.InteropServices.RuntimeInformation
, would it make sense to make them part of the standard node set?
Thanks!