File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,18 @@ jobs:
2525 strategy :
2626 fail-fast : false
2727 matrix :
28- include :
29- - python-version : " 3.9"
30- platform : x64
31- manylinux : 2014
32- docker-image : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
33- - python-version : " 3.9"
34- platform : x64
35- manylinux : 2_28
36- docker-image : quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013
37- - python-version : " 3.9"
38- platform : aarch64
39- manylinux : 2_28
40- docker-image : quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013
28+ platform_matrix :
29+ include :
30+ - platform : x64
31+ manylinux : 2014
32+ docker-image : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
33+ - platform : x64
34+ manylinux : 2_28
35+ docker-image : quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013
36+ - platform : aarch64
37+ manylinux : 2_28
38+ docker-image : quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013
39+ python-version : ['3.9']
4140 with_contrib : [0, 1]
4241 without_gui : [0, 1]
4342 build_sdist : [0]
You can’t perform that action at this time.
0 commit comments