mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Enable ubuntu bundles
This commit is contained in:
40
.github/workflows/build_bundle_dev.yaml
vendored
40
.github/workflows/build_bundle_dev.yaml
vendored
@@ -27,21 +27,21 @@ jobs:
|
||||
branch: dev
|
||||
prefix: rpi-
|
||||
latest: yes
|
||||
# - core_os: ubuntu20.04
|
||||
# ffmpeg: "6.1.1-vaapi"
|
||||
# ffmpeg_os: ubuntu20.04
|
||||
# platforms: linux/amd64
|
||||
# branch: dev
|
||||
# prefix: vaapi-
|
||||
# latest: yes
|
||||
# - core_os: ubuntu20.04
|
||||
# ffmpeg: "6.1.1-cuda"
|
||||
# ffmpeg_os: ubuntu20.04
|
||||
# ffmpeg_tags: "-cuda11.7.1"
|
||||
# platforms: linux/amd64
|
||||
# branch: dev
|
||||
# prefix: cuda-
|
||||
# latest: yes
|
||||
- core_os: ubuntu20.04
|
||||
ffmpeg: "6.1.1-vaapi"
|
||||
ffmpeg_os: ubuntu20.04
|
||||
platforms: linux/amd64
|
||||
branch: dev
|
||||
prefix: vaapi-
|
||||
latest: yes
|
||||
- core_os: ubuntu20.04
|
||||
ffmpeg: "6.1.1-cuda"
|
||||
ffmpeg_os: ubuntu20.04
|
||||
ffmpeg_tags: "-cuda11.7.1"
|
||||
platforms: linux/amd64
|
||||
branch: dev
|
||||
prefix: cuda-
|
||||
latest: yes
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -68,14 +68,6 @@ jobs:
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@master
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
@@ -96,5 +88,3 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
|
Reference in New Issue
Block a user