Merge pull request #25383 from asmorkalov:as/win32_arm_ci

Added experimental build for Windows ARM64 to CI.
This commit is contained in:
Alexander Smorkalov 2024-04-10 10:44:05 +03:00 committed by GitHub
commit d0ec39206a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,9 @@ jobs:
Windows10-x64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-W10.yaml@main
Windows10-ARM64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-W10-ARM64.yaml@main
Windows10-x64-Vulkan:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-W10-Vulkan.yaml@main