-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ARM64 build + Add NuGet pipeline including ARM binaries #1335
Conversation
Please see https://github.com/microsoft/onnxruntime/blob/master/cmake/CMakeLists.txt#L436 and https://github.com/microsoft/onnxruntime/blob/master/cmake/CMakeLists.txt#L455. I would recommend solve it in that way. So that we don't need to add an extra cmake option. |
Good comment. Updated to reduce flags in CMakeLists. |
Description: --arm64 build requires changes to CMakeLists.txt to pass. Also, adding a NuGet pipeline to include arm binaries into package.
Motivation and Context
This PR fixes the --arm64 cross-compile build option, by commenting out an error-generating flag in CMakeLists.txt. Also adds a new pipeline to package arm64 compiled bits.