mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
Remove builds
This commit is contained in:
parent
13e4cbb31b
commit
85c2bc3db2
120
.github/workflows/ci.yml
vendored
120
.github/workflows/ci.yml
vendored
@ -69,15 +69,15 @@ jobs:
|
|||||||
rpi.tags=${{ steps.setup.outputs.image-name }}-rpi
|
rpi.tags=${{ steps.setup.outputs.image-name }}-rpi
|
||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64
|
||||||
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max
|
||||||
- name: Build and push RockChip build
|
#- name: Build and push RockChip build
|
||||||
uses: docker/bake-action@v3
|
# uses: docker/bake-action@v3
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
targets: rk
|
# targets: rk
|
||||||
files: docker/rockchip/rk.hcl
|
# files: docker/rockchip/rk.hcl
|
||||||
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
|
||||||
jetson_jp4_build:
|
jetson_jp4_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Jetson Jetpack 4
|
name: Jetson Jetpack 4
|
||||||
@ -155,57 +155,57 @@ 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
|
||||||
- name: AMD/ROCm general build
|
#- name: AMD/ROCm general build
|
||||||
env:
|
# env:
|
||||||
AMDGPU: gfx
|
# AMDGPU: gfx
|
||||||
HSA_OVERRIDE: 0
|
# HSA_OVERRIDE: 0
|
||||||
uses: docker/bake-action@v3
|
# uses: docker/bake-action@v3
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
targets: rocm
|
# targets: rocm
|
||||||
files: docker/rocm/rocm.hcl
|
# files: docker/rocm/rocm.hcl
|
||||||
set: |
|
# set: |
|
||||||
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm
|
# rocm.tags=${{ steps.setup.outputs.image-name }}-rocm
|
||||||
*.cache-from=type=gha
|
# *.cache-from=type=gha
|
||||||
- name: AMD/ROCm gfx900
|
#- name: AMD/ROCm gfx900
|
||||||
env:
|
# env:
|
||||||
AMDGPU: gfx900
|
# AMDGPU: gfx900
|
||||||
HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
HSA_OVERRIDE_GFX_VERSION: 9.0.0
|
# HSA_OVERRIDE_GFX_VERSION: 9.0.0
|
||||||
uses: docker/bake-action@v3
|
# uses: docker/bake-action@v3
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
targets: rocm
|
# targets: rocm
|
||||||
files: docker/rocm/rocm.hcl
|
# files: docker/rocm/rocm.hcl
|
||||||
set: |
|
# set: |
|
||||||
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx900
|
# rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx900
|
||||||
*.cache-from=type=gha
|
# *.cache-from=type=gha
|
||||||
- name: AMD/ROCm gfx1030
|
#- name: AMD/ROCm gfx1030
|
||||||
env:
|
# env:
|
||||||
AMDGPU: gfx1030
|
# AMDGPU: gfx1030
|
||||||
HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
HSA_OVERRIDE_GFX_VERSION: 10.3.0
|
# HSA_OVERRIDE_GFX_VERSION: 10.3.0
|
||||||
uses: docker/bake-action@v3
|
# uses: docker/bake-action@v3
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
targets: rocm
|
# targets: rocm
|
||||||
files: docker/rocm/rocm.hcl
|
# files: docker/rocm/rocm.hcl
|
||||||
set: |
|
# set: |
|
||||||
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx1030
|
# rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx1030
|
||||||
*.cache-from=type=gha
|
# *.cache-from=type=gha
|
||||||
- name: AMD/ROCm gfx1100
|
#- name: AMD/ROCm gfx1100
|
||||||
env:
|
# env:
|
||||||
AMDGPU: gfx1100
|
# AMDGPU: gfx1100
|
||||||
HSA_OVERRIDE: 1
|
# HSA_OVERRIDE: 1
|
||||||
HSA_OVERRIDE_GFX_VERSION: 11.0.0
|
# HSA_OVERRIDE_GFX_VERSION: 11.0.0
|
||||||
uses: docker/bake-action@v3
|
# uses: docker/bake-action@v3
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
targets: rocm
|
# targets: rocm
|
||||||
files: docker/rocm/rocm.hcl
|
# files: docker/rocm/rocm.hcl
|
||||||
set: |
|
# set: |
|
||||||
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx1100
|
# rocm.tags=${{ steps.setup.outputs.image-name }}-rocm-gfx1100
|
||||||
*.cache-from=type=gha
|
# *.cache-from=type=gha
|
||||||
# The majority of users running arm64 are rpi users, so the rpi
|
# The majority of users running arm64 are rpi users, so the rpi
|
||||||
# build should be the primary arm64 image
|
# build should be the primary arm64 image
|
||||||
assemble_default_build:
|
assemble_default_build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user