This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5959 - os : ubuntu-20.04
6060 target : x86_64-unknown-linux-gnu
6161 code-target : linux-x64
62+ container : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
6263 - os : ubuntu-20.04
6364 target : aarch64-unknown-linux-gnu
6465 code-target : linux-arm64
66+ container : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
6567 - os : macos-11
6668 target : x86_64-apple-darwin
6769 code-target : darwin-x64
7173
7274 name : Package ${{ matrix.code-target }}
7375 runs-on : ${{ matrix.os }}
76+ container : ${{ matrix.container }}
7477
7578 needs : check
7679 if : needs.check.outputs.version_changed == 'true' || needs.check.outputs.nightly == 'true'
Original file line number Diff line number Diff line change 8080 - os : ubuntu-20.04
8181 target : x86_64-unknown-linux-gnu
8282 code-target : linux-x64
83+ container : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
8384 - os : ubuntu-20.04
8485 target : aarch64-unknown-linux-gnu
8586 code-target : linux-arm64
87+ container : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
8688 - os : macos-11
8789 target : x86_64-apple-darwin
8890 code-target : darwin-x64
9294
9395 name : Package ${{ matrix.code-target }}
9496 runs-on : ${{ matrix.os }}
97+ container : ${{ matrix.container }}
9598
9699 needs : check
97100 env :
You can’t perform that action at this time.
0 commit comments