File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3434 exclude :
3535 - platform : aarch64
3636 manylinux : 2014
37+ include :
38+ - platform : x86_64
39+ manylinux : 2014
40+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
41+ - platform : x86_64
42+ manylinux : 2_28
43+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013
44+ - platform : aarch64
45+ manylinux : 2_28
46+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013
3747
3848 env :
3949 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
4454 MB_ML_VER : ${{ matrix.manylinux }}
4555 TRAVIS_BUILD_DIR : ${{ github.workspace }}
4656 CONFIG_PATH : travis_config.sh
47- DOCKER_IMAGE : ${{ matrix.manylinux == '2014' && (matrix.platform == 'x86_64' && 'quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630') || '' || (matrix.platform == 'x86_64' && 'quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013') || 'quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013' }}
57+ DOCKER_IMAGE : ${{ matrix.DOCKER_IMAGE }}
4858 USE_CCACHE : 0
4959 UNICODE_WIDTH : 32
5060 PLAT : ${{ matrix.platform == 'x86_64' && 'x86_64' || 'aarch64' }}
You can’t perform that action at this time.
0 commit comments