Adds GitHub Actions support for arm64#1686
Conversation
|
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.
I'm working on commits for these, and I'll end up creating another pull request for the |
|
Sorry for the delay |
|
The fork that I created which includes these changes appears to be working. |
| @@ -3,6 +3,7 @@ $version = "4100" | |||
| $uriArray = @( | |||
There was a problem hiding this comment.
Sorry for the very late reply!
https://github.com/shimat/opencv_files/releases/tag/4.10.0.20241006
$tag = "4.10.0.20240612"
↓
$tag = "4.10.0.20241006"
|
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. |
This is based on #1680.