-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adds GitHub Actions support for arm64 #1686
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 is based on #1680.