Skip to content

Commit

Permalink
Enable legacy tags, remove ffmpeg6 bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Feb 21, 2024
1 parent c4fb342 commit 4c7b3a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_bundle_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: [self-hosted]
strategy:
matrix:
include:
exclude:
- core: "16.14.0"
core_os: alpine3.19
ffmpeg: "6.1.1"
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
branch: main
prefix: cuda-
latest: no
include:
- core: "16.14.0"
core_os: alpine3.19
ffmpeg: "5.1.3"
Expand Down Expand Up @@ -96,8 +97,8 @@ jobs:
datarhei/core
tags: |
type=raw,value=${{ matrix.core }}-ffmpeg${{ matrix.ffmpeg }}${{ matrix.ffmpeg_tags }}-${{ matrix.core_os }}
# type=raw,value=${{ matrix.prefix }}${{ matrix.core }},enable=${{ matrix.latest == 'yes' }}
# type=raw,value=${{ matrix.prefix }}latest,enable=${{ matrix.latest == 'yes' }}
type=raw,value=${{ matrix.prefix }}${{ matrix.core }},enable=${{ matrix.latest == 'yes' }}
type=raw,value=${{ matrix.prefix }}latest,enable=${{ matrix.latest == 'yes' }}
- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down

0 comments on commit 4c7b3a6

Please sign in to comment.