Adds GitHub Actions support for arm64
This is based on shimat/opencvsharp#1680.
The action appears to be failing when run from my fork. I'll continue to work on it. https://github.com/mscottford/opencvsharp/actions/
Looks like it's failing in the official build too. But that could be because the ARM packages are not being pulled in.
Build failures appeared to be caused by a change from #1680. The dependency list for x86 builds was modified. After reverting that change in 9dc6040, builds are successfully running on my fork. https://github.com/mscottford/opencvsharp/actions/runs/10083311497/job/27879600508
There are still some issues with this that I'm working through.
- [x] The
OpenCvSharp4.runtime.winpackage is missing the arm64 native binaries - [x] The
tesseract_filesdoes not includearm64-windows-static - [x] The
.slnfile is not configured to buildOpenCvSharpExtern.vcxprojforRelease|ARM64
I'm working on commits for these, and I'll end up creating another pull request for the tesseract_files.
Sorry for the delay https://github.com/shimat/tesseract_vcpkg/releases/tag/2024.08.19
The fork that I created which includes these changes appears to be working.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.