We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b637f commit 5381310Copy full SHA for 5381310
.github/workflows/build_wheels_linux.yml
@@ -31,10 +31,10 @@ jobs:
31
with_contrib: [0, 1]
32
without_gui: [0, 1]
33
build_sdist: [0]
34
- exclude:
+ include:
35
- platform: aarch64
36
manylinux: 2014
37
- include:
+ DOCKER_IMAGE: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64:20250630
38
- platform: x86_64
39
40
DOCKER_IMAGE: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
0 commit comments