We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a9a24 commit 24311cdCopy full SHA for 24311cd
.github/workflows/build_wheels_linux.yml
@@ -104,6 +104,7 @@ jobs:
104
SDIST: ${{ matrix.build_sdist || 0 }}
105
ENABLE_HEADLESS: ${{ matrix.without_gui }}
106
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
107
+ DOCKER_TEST_IMAGE: ${{ matrix.platform == 'aarch64' && 'quay.io/opencv-ci/multibuild-focal_arm64v8:2025-11-13' || '' }}
108
steps:
109
- name: Cleanup
110
run: find . -mindepth 1 -delete
0 commit comments