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 d165fa2 commit 3a607e0Copy full SHA for 3a607e0
1 file changed
.github/workflows/build_wheels_linux.yml
@@ -40,7 +40,7 @@ jobs:
40
MB_ML_VER: ${{ matrix.manylinux }}
41
TRAVIS_BUILD_DIR: ${{ github.workspace }}
42
CONFIG_PATH: travis_config.sh
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' }}
+ 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' }}
44
USE_CCACHE: 0
45
UNICODE_WIDTH: 32
46
PLAT: ${{ matrix.platform == 'x64' && 'x86_64' || 'aarch64' }}
0 commit comments