Skip to content

Commit e5ae686

Browse files
authored
Update build_wheels_linux.yml
1 parent 9ffd9e0 commit e5ae686

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,18 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
include:
29-
- python-version: "3.9"
30-
platform: x64
31-
manylinux: 2014
32-
docker-image: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
33-
- python-version: "3.9"
34-
platform: x64
35-
manylinux: 2_28
36-
docker-image: quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013
37-
- python-version: "3.9"
38-
platform: aarch64
39-
manylinux: 2_28
40-
docker-image: quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013
28+
platform_matrix:
29+
include:
30+
- platform: x64
31+
manylinux: 2014
32+
docker-image: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
33+
- platform: x64
34+
manylinux: 2_28
35+
docker-image: quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013
36+
- platform: aarch64
37+
manylinux: 2_28
38+
docker-image: quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013
39+
python-version: ['3.9']
4140
with_contrib: [0, 1]
4241
without_gui: [0, 1]
4342
build_sdist: [0]

0 commit comments

Comments
 (0)