Skip to content

Commit 004547e

Browse files
authored
Update build_wheels_linux.yml
1 parent 503b687 commit 004547e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels_linux.yml

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

0 commit comments

Comments
 (0)