mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +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
|
branch: dev
|
||||||
prefix: rpi-
|
prefix: rpi-
|
||||||
latest: yes
|
latest: yes
|
||||||
# - core_os: ubuntu20.04
|
- core_os: ubuntu20.04
|
||||||
# ffmpeg: "6.1.1-vaapi"
|
ffmpeg: "6.1.1-vaapi"
|
||||||
# ffmpeg_os: ubuntu20.04
|
ffmpeg_os: ubuntu20.04
|
||||||
# platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
# branch: dev
|
branch: dev
|
||||||
# prefix: vaapi-
|
prefix: vaapi-
|
||||||
# latest: yes
|
latest: yes
|
||||||
# - core_os: ubuntu20.04
|
- core_os: ubuntu20.04
|
||||||
# ffmpeg: "6.1.1-cuda"
|
ffmpeg: "6.1.1-cuda"
|
||||||
# ffmpeg_os: ubuntu20.04
|
ffmpeg_os: ubuntu20.04
|
||||||
# ffmpeg_tags: "-cuda11.7.1"
|
ffmpeg_tags: "-cuda11.7.1"
|
||||||
# platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
# branch: dev
|
branch: dev
|
||||||
# prefix: cuda-
|
prefix: cuda-
|
||||||
# latest: yes
|
latest: yes
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -68,14 +68,6 @@ jobs:
|
|||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@master
|
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
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@@ -96,5 +88,3 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
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