.NET Core 3.0 Publish for ARM64
问题 Does anyone know how to publish a .NET Core 3.0 application for ARM64? I can only select "linux-arm" but no "linux-arm64". Setting linux-arm in combination with x64 also doesnt work. It says the settings are not compatible. As stated here it should already be supported: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md 回答1: The linked article points to the supported OSs, not the list of runtime identifiers. An explanation of an RID and a list of common ones can