File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 python-version : ['3.9']
29- platform : [x64]
29+ platform : [x64, aarch64]
30+ manylinux : [2014, 2_28]
3031 with_contrib : [0, 1]
3132 without_gui : [0, 1]
3233 build_sdist : [0]
@@ -36,13 +37,13 @@ jobs:
3637 PROJECT_SPEC : opencv-python
3738 MB_PYTHON_VERSION : ${{ matrix.python-version }}
3839 TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
39- MB_ML_VER : 2014
40+ MB_ML_VER : ${{ matrix.manylinux }}
4041 TRAVIS_BUILD_DIR : ${{ github.workspace }}
4142 CONFIG_PATH : travis_config.sh
42- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
43+ DDOCKER_IMAGE : ${{ matrix.manylinux == '2014' && (matrix.platform == 'x64' && ' quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630') || '' || (matrix.platform == 'x64' && 'quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013') || 'quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013' }}
4344 USE_CCACHE : 0
4445 UNICODE_WIDTH : 32
45- PLAT : x86_64
46+ PLAT : ${{ matrix.platform == 'x64' && ' x86_64' || 'aarch64' }}
4647 SDIST : ${{ matrix.build_sdist || 0 }}
4748 ENABLE_HEADLESS : ${{ matrix.without_gui }}
4849 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
You can’t perform that action at this time.
0 commit comments