Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit e5c335a

Browse files
committed
build rome using older glibc
1 parent 42d5d61 commit e5c335a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release_cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
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
@@ -71,6 +73,7 @@ jobs:
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'

.github/workflows/release_lsp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ jobs:
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
@@ -92,6 +94,7 @@ jobs:
9294

9395
name: Package ${{ matrix.code-target }}
9496
runs-on: ${{ matrix.os }}
97+
container: ${{ matrix.container }}
9598

9699
needs: check
97100
env:

0 commit comments

Comments
 (0)