Skip to content

Commit d165fa2

Browse files
authored
Update build_wheels_linux.yml
1 parent 4924e6b commit d165fa2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)