Open
Description
I have the following build script:
dotnet publish -c Release --runtime linux-arm64 --self-contained
This results in the following error:
/Users/gjtorikian/.nuget/packages/microsoft.ml/1.7.1/build/netstandard2.0/Microsoft.ML.targets(16,5): error : Microsoft.ML currently supports 'x64' and 'x86' processor architectures. Please ensure your application is targeting 'x64' or 'x86'.
Is arm64 not supported?