Skip to content

Commit

Permalink
Upgrade dev bundles to ffmpeg7.1, remove cuda11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ioppermann committed Nov 18, 2024
1 parent fe2b96e commit af5a640
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_bundle_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,22 @@ jobs:
include:
- ui: dev
core: core-dev-alpine3.20
ffmpeg: ffmpeg6.1.1-alpine3.20
ffmpeg: ffmpeg7.1-alpine3.20
platforms: linux/amd64,linux/arm64,linux/arm/v7
name: dev
- ui: dev
core: core-dev-alpine3.20
ffmpeg: ffmpeg6.1.1-rpi-alpine3.20
ffmpeg: ffmpeg7.1-rpi-alpine3.20
platforms: linux/arm64,linux/arm/v7
name: rpi-dev
- ui: dev
core: core-dev-ubuntu22.04
ffmpeg: ffmpeg6.1.1-vaapi-ubuntu22.04
ffmpeg: ffmpeg7.1-vaapi-ubuntu24.04
platforms: linux/amd64
name: vaapi-dev
- ui: dev
core: core-dev-ubuntu22.04
ffmpeg: ffmpeg6.1.1-cuda-ubuntu22.04-cuda11.8.0
platforms: linux/amd64
name: cuda-dev
- ui: dev
core: core-dev-ubuntu24.04
ffmpeg: ffmpeg6.1.1-cuda-ubuntu24.04-cuda12.6.1
ffmpeg: ffmpeg7.1-cuda-ubuntu24.04-cuda12.6.1
platforms: linux/amd64
name: cuda-dev
steps:
Expand Down

0 comments on commit af5a640

Please sign in to comment.