platformString
Returns a consistent platform name string with the format 'linux_aarch64
, windows_amd64
, or darwin_arm64
. The returned string is guaranteed to be compatible with the parsePlatform function.
Return
A short string representation for this platform.