Skip to content

Commit

Permalink
Run linux-x86 and -x86_64 builds in a privileged container
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed May 4, 2023
1 parent 40ed38f commit b90acee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
linux-x86:
runs-on: ubuntu-20.04
container: centos:7
container:
image: centos:7
options: --privileged
strategy:
matrix:
ext: ["", -gpl]
Expand All @@ -89,7 +91,9 @@ jobs:
- uses: ./.github/actions/deploy-centos
linux-x86_64:
runs-on: ubuntu-20.04
container: centos:7
container:
image: centos:7
options: --privileged
strategy:
matrix:
ext: ["", -gpl]
Expand Down

0 comments on commit b90acee

Please sign in to comment.