🌐 AI搜索 & 代理 主页
Skip to content

Commit 51b637f

Browse files
authored
Update build_wheels_linux.yml
1 parent e33de2c commit 51b637f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ jobs:
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
@@ -44,7 +54,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)