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 +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1313 check :
1414 name : Check version
1515 runs-on : ubuntu-latest
16+ container : quay.io/pypa/manylinux2014_x86_64
1617 outputs :
1718 version : ${{ env.version }}
1819 prerelease : ${{ env.prerelease }}
5960 - os : ubuntu-20.04
6061 target : x86_64-unknown-linux-gnu
6162 code-target : linux-x64
63+ container : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
6264 - os : ubuntu-20.04
6365 target : aarch64-unknown-linux-gnu
6466 code-target : linux-arm64
67+ container : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
6568 - os : macos-11
6669 target : x86_64-apple-darwin
6770 code-target : darwin-x64
7174
7275 name : Package ${{ matrix.code-target }}
7376 runs-on : ${{ matrix.os }}
77+ container : ${{ matrix.container }}
7478
7579 needs : check
7680 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