Skip to content

Remove unsupported platform check.ย #6141

Open
@gjtorikian

Description

@gjtorikian

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildBuild related issueP2Priority of the issue for triage purpose: Needs to be fixed at some point.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions