mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 14:45:25 +03:00
Run build in new job
This commit is contained in:
parent
1586722f7e
commit
ba7c0e378c
34
.github/workflows/ci.yml
vendored
34
.github/workflows/ci.yml
vendored
@ -78,16 +78,6 @@ jobs:
|
|||||||
set: |
|
set: |
|
||||||
rk.tags=${{ steps.setup.outputs.image-name }}-rk
|
rk.tags=${{ steps.setup.outputs.image-name }}-rk
|
||||||
*.cache-from=type=gha
|
*.cache-from=type=gha
|
||||||
- name: Build and push Hailo-8l build
|
|
||||||
uses: docker/bake-action@v4
|
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
targets: h8l
|
|
||||||
files: docker/hailo8l/h8l.hcl
|
|
||||||
set: |
|
|
||||||
h8l.tags=${{ steps.setup.outputs.image-name }}-h8l
|
|
||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l
|
|
||||||
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l,mode=max
|
|
||||||
jetson_jp4_build:
|
jetson_jp4_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Jetson Jetpack 4
|
name: Jetson Jetpack 4
|
||||||
@ -165,6 +155,30 @@ jobs:
|
|||||||
tensorrt.tags=${{ steps.setup.outputs.image-name }}-tensorrt
|
tensorrt.tags=${{ steps.setup.outputs.image-name }}-tensorrt
|
||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-amd64
|
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-amd64
|
||||||
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-amd64,mode=max
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-amd64,mode=max
|
||||||
|
combined_extra_builds:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Combined Extra Builds
|
||||||
|
needs:
|
||||||
|
- amd64_build
|
||||||
|
- arm64_build
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up QEMU and Buildx
|
||||||
|
id: setup
|
||||||
|
uses: ./.github/actions/setup
|
||||||
|
with:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Build and push Hailo-8l build
|
||||||
|
uses: docker/bake-action@v4
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
targets: h8l
|
||||||
|
files: docker/hailo8l/h8l.hcl
|
||||||
|
set: |
|
||||||
|
h8l.tags=${{ steps.setup.outputs.image-name }}-h8l
|
||||||
|
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l
|
||||||
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l,mode=max
|
||||||
#- name: AMD/ROCm general build
|
#- name: AMD/ROCm general build
|
||||||
# env:
|
# env:
|
||||||
# AMDGPU: gfx
|
# AMDGPU: gfx
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user