Skip to content

Commit

Permalink
ffmpeg image
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Feb 1, 2024
1 parent 9915f3b commit c89ffd6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@ jobs:
repo: dakara-server
branch: master
plateforms: linux/amd64,linux/arm64
- owner: odrling
repo: filestash
branch: subs
plateforms: linux/amd64
dockerfile: docker/Dockerfile
- owner: mesosphere
repo: traefik-forward-auth
branch: master
plateforms: linux/amd64,linux/arm64
- owner: odrling
repo: syncplay
branch: master
plateforms: linux/amd64,linux/arm64
- owner: mesosphere
repo: traefik-forward-auth
- owner: wader
repo: static-ffmpeg
branch: master
plateforms: linux/amd64,linux/arm64
build_args: |
ENABLE_FDKAAC=1
env:
REPOSITORY: ${{ matrix.owner }}/${{ matrix.repo }}
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
with:
context: .
file: ${{ steps.prepare.outputs.DOCKERFILE }}
build-args: ${{ matrix.build_args }}
platforms: ${{ matrix.plateforms }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit c89ffd6

Please sign in to comment.