Upgrade to ffmpeg 7.1.1
This commit is contained in:
parent
41c505ad43
commit
74cd623377
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build_bundle_dev.yaml
vendored
10
.github/workflows/build_bundle_dev.yaml
vendored
|
|
@ -14,30 +14,30 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- core_os: alpine3.21
|
- core_os: alpine3.21
|
||||||
ffmpeg: "7.1"
|
ffmpeg: "7.1.1"
|
||||||
ffmpeg_os: alpine3.21
|
ffmpeg_os: alpine3.21
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix:
|
prefix:
|
||||||
latest: yes
|
latest: yes
|
||||||
- core_os: alpine3.21
|
- core_os: alpine3.21
|
||||||
ffmpeg: "7.1-rpi"
|
ffmpeg: "7.1.1-rpi"
|
||||||
ffmpeg_os: alpine3.21
|
ffmpeg_os: alpine3.21
|
||||||
platforms: linux/arm64,linux/arm/v7
|
platforms: linux/arm64,linux/arm/v7
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix: rpi-
|
prefix: rpi-
|
||||||
latest: yes
|
latest: yes
|
||||||
- core_os: ubuntu24.04
|
- core_os: ubuntu24.04
|
||||||
ffmpeg: "7.1-vaapi"
|
ffmpeg: "7.1.1-vaapi"
|
||||||
ffmpeg_os: ubuntu24.04
|
ffmpeg_os: ubuntu24.04
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix: vaapi-
|
prefix: vaapi-
|
||||||
latest: yes
|
latest: yes
|
||||||
- core_os: ubuntu24.04
|
- core_os: ubuntu24.04
|
||||||
ffmpeg: "7.1-cuda"
|
ffmpeg: "7.1.1-cuda"
|
||||||
ffmpeg_os: ubuntu24.04
|
ffmpeg_os: ubuntu24.04
|
||||||
ffmpeg_tags: "-cuda12.8.0"
|
ffmpeg_tags: "-cuda12.8.1"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix: cuda-
|
prefix: cuda-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue