Upgrade to ubuntu noble, add cuda 12 bundle

This commit is contained in:
Ingo Oppermann
2024-09-26 14:13:59 +02:00
parent ca6dba7259
commit 65beedd281
3 changed files with 17 additions and 4 deletions

View File

@@ -25,6 +25,11 @@ jobs:
golang: golang:1.22-alpine3.20
platforms: linux/amd64
branch: dev
- os: ubuntu
os_version: "24.04"
golang: golang:1.22-alpine3.20
platforms: linux/amd64
branch: dev
steps:
- name: Checkout

View File

@@ -19,7 +19,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
branch: vod
- os: ubuntu
os_version: "22.04"
os_version: "24.04"
golang: golang:1.22-alpine3.20
platforms: linux/amd64
branch: vod

View File

@@ -27,9 +27,9 @@ jobs:
branch: dev
prefix: rpi-
latest: yes
- core_os: ubuntu22.04
- core_os: ubuntu24.04
ffmpeg: "6.1.1-vaapi"
ffmpeg_os: ubuntu22.04
ffmpeg_os: ubuntu24.04
platforms: linux/amd64
branch: dev
prefix: vaapi-
@@ -37,7 +37,15 @@ jobs:
- core_os: ubuntu22.04
ffmpeg: "6.1.1-cuda"
ffmpeg_os: ubuntu22.04
ffmpeg_tags: "-cuda11.7.1"
ffmpeg_tags: "-cuda11.8.0"
platforms: linux/amd64
branch: dev
prefix: cuda-
latest: yes
- core_os: ubuntu24.04
ffmpeg: "6.1.1-cuda"
ffmpeg_os: ubuntu24.04
ffmpeg_tags: "-cuda12.6.1"
platforms: linux/amd64
branch: dev
prefix: cuda-