-
-
Couldn't load subscription status.
- Fork 1.2k
Create CI workflow for building OpenCVSharp on Windows ARM64 #1788
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
base: main
Are you sure you want to change the base?
Conversation
This workflow builds OpenCVSharp for ARM64 on Windows, including setup for dependencies, caching, and artifact uploading.
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.
Pull Request Overview
This PR adds a GitHub Actions workflow to build OpenCVSharp for Windows ARM64 architecture. The workflow automates the entire build process including dependency management and artifact creation.
Key Changes:
- Creates a new CI workflow that builds both OpenCV and OpenCVSharp native libraries for ARM64
- Implements caching strategy for OpenCV builds to improve workflow performance
- Handles architecture-specific build configurations and workarounds for missing dependencies
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
FYI, this GitHub action has been successfully tested here: https://github.com/xavave/opencvsharp.win.arm64/actions/runs/18729259744 |
…in build workflow
…fore copying files
This workflow on GitHub Actions builds OpenCVSharp for Windows ARM64, including setup for dependencies, caching, and artifact uploading.