File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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 , aarch64]
29+ platform : [x86_64 , aarch64]
3030 manylinux : [2014, 2_28]
3131 with_contrib : [0, 1]
3232 without_gui : [0, 1]
@@ -44,10 +44,10 @@ jobs:
4444 MB_ML_VER : ${{ matrix.manylinux }}
4545 TRAVIS_BUILD_DIR : ${{ github.workspace }}
4646 CONFIG_PATH : travis_config.sh
47- DOCKER_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' }}
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' }}
4848 USE_CCACHE : 0
4949 UNICODE_WIDTH : 32
50- PLAT : ${{ matrix.platform == 'x64 ' && 'x86_64' || 'aarch64' }}
50+ PLAT : ${{ matrix.platform == 'x86_64 ' && 'x86_64' || 'aarch64' }}
5151 SDIST : ${{ matrix.build_sdist || 0 }}
5252 ENABLE_HEADLESS : ${{ matrix.without_gui }}
5353 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
You can’t perform that action at this time.
0 commit comments