mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Update bundle matrix build for dev
This commit is contained in:
37
.github/workflows/build_bundle_matrix_dev.yaml
vendored
37
.github/workflows/build_bundle_matrix_dev.yaml
vendored
@@ -2,6 +2,7 @@ name: "Build core dev bundles"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "**"
|
||||
@@ -26,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,7 +69,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@master
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@@ -77,13 +78,13 @@ jobs:
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build Multi-Arch
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
|
Reference in New Issue
Block a user