mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Remove ubuntu22 build, remove cuda11 builds, bundle with ffmpeg7.1
This commit is contained in:
5
.github/workflows/build_base_dev.yaml
vendored
5
.github/workflows/build_base_dev.yaml
vendored
@@ -20,11 +20,6 @@ jobs:
|
||||
golang: golang:1.23-alpine3.20
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
||||
branch: dev
|
||||
- os: ubuntu
|
||||
os_version: "22.04"
|
||||
golang: golang:1.23-alpine3.20
|
||||
platforms: linux/amd64
|
||||
branch: dev
|
||||
- os: ubuntu
|
||||
os_version: "24.04"
|
||||
golang: golang:1.23-alpine3.20
|
||||
|
16
.github/workflows/build_bundle_dev.yaml
vendored
16
.github/workflows/build_bundle_dev.yaml
vendored
@@ -14,36 +14,28 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- core_os: alpine3.20
|
||||
ffmpeg: "6.1.1"
|
||||
ffmpeg: "7.1"
|
||||
ffmpeg_os: alpine3.20
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
branch: dev
|
||||
prefix:
|
||||
latest: yes
|
||||
- core_os: alpine3.20
|
||||
ffmpeg: "6.1.1-rpi"
|
||||
ffmpeg: "7.1-rpi"
|
||||
ffmpeg_os: alpine3.20
|
||||
platforms: linux/arm64,linux/arm/v7
|
||||
branch: dev
|
||||
prefix: rpi-
|
||||
latest: yes
|
||||
- core_os: ubuntu24.04
|
||||
ffmpeg: "6.1.1-vaapi"
|
||||
ffmpeg: "7.1-vaapi"
|
||||
ffmpeg_os: ubuntu24.04
|
||||
platforms: linux/amd64
|
||||
branch: dev
|
||||
prefix: vaapi-
|
||||
latest: yes
|
||||
- core_os: ubuntu22.04
|
||||
ffmpeg: "6.1.1-cuda"
|
||||
ffmpeg_os: ubuntu22.04
|
||||
ffmpeg_tags: "-cuda11.8.0"
|
||||
platforms: linux/amd64
|
||||
branch: dev
|
||||
prefix: cuda-
|
||||
latest: no
|
||||
- core_os: ubuntu24.04
|
||||
ffmpeg: "6.1.1-cuda"
|
||||
ffmpeg: "7.1-cuda"
|
||||
ffmpeg_os: ubuntu24.04
|
||||
ffmpeg_tags: "-cuda12.6.1"
|
||||
platforms: linux/amd64
|
||||
|
Reference in New Issue
Block a user