Skip to content

Commit 24311cd

Browse files
authored
Update build_wheels_linux.yml
1 parent 94a9a24 commit 24311cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
SDIST: ${{ matrix.build_sdist || 0 }}
105105
ENABLE_HEADLESS: ${{ matrix.without_gui }}
106106
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
107+
DOCKER_TEST_IMAGE: ${{ matrix.platform == 'aarch64' && 'quay.io/opencv-ci/multibuild-focal_arm64v8:2025-11-13' || '' }}
107108
steps:
108109
- name: Cleanup
109110
run: find . -mindepth 1 -delete

0 commit comments

Comments
 (0)