mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 12:22:28 +08:00
Upgrade to ubuntu noble, add cuda 12 bundle
This commit is contained in:
5
.github/workflows/build_base_dev.yaml
vendored
5
.github/workflows/build_base_dev.yaml
vendored
@@ -25,6 +25,11 @@ jobs:
|
|||||||
golang: golang:1.22-alpine3.20
|
golang: golang:1.22-alpine3.20
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
branch: dev
|
branch: dev
|
||||||
|
- os: ubuntu
|
||||||
|
os_version: "24.04"
|
||||||
|
golang: golang:1.22-alpine3.20
|
||||||
|
platforms: linux/amd64
|
||||||
|
branch: dev
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
2
.github/workflows/build_base_vod.yaml
vendored
2
.github/workflows/build_base_vod.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
branch: vod
|
branch: vod
|
||||||
- os: ubuntu
|
- os: ubuntu
|
||||||
os_version: "22.04"
|
os_version: "24.04"
|
||||||
golang: golang:1.22-alpine3.20
|
golang: golang:1.22-alpine3.20
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
branch: vod
|
branch: vod
|
||||||
|
14
.github/workflows/build_bundle_dev.yaml
vendored
14
.github/workflows/build_bundle_dev.yaml
vendored
@@ -27,9 +27,9 @@ jobs:
|
|||||||
branch: dev
|
branch: dev
|
||||||
prefix: rpi-
|
prefix: rpi-
|
||||||
latest: yes
|
latest: yes
|
||||||
- core_os: ubuntu22.04
|
- core_os: ubuntu24.04
|
||||||
ffmpeg: "6.1.1-vaapi"
|
ffmpeg: "6.1.1-vaapi"
|
||||||
ffmpeg_os: ubuntu22.04
|
ffmpeg_os: ubuntu24.04
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix: vaapi-
|
prefix: vaapi-
|
||||||
@@ -37,7 +37,15 @@ jobs:
|
|||||||
- core_os: ubuntu22.04
|
- core_os: ubuntu22.04
|
||||||
ffmpeg: "6.1.1-cuda"
|
ffmpeg: "6.1.1-cuda"
|
||||||
ffmpeg_os: ubuntu22.04
|
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
|
platforms: linux/amd64
|
||||||
branch: dev
|
branch: dev
|
||||||
prefix: cuda-
|
prefix: cuda-
|
||||||
|
Reference in New Issue
Block a user