Enable ubuntu bundles

This commit is contained in:
Ingo Oppermann
2024-02-21 21:22:28 +01:00
parent 9381952175
commit 4bc4b6be1d

View File

@@ -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