mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-05-07 01:16:43 +02:00
Disable jetson builds
This commit is contained in:
parent
fa300742ea
commit
af209463bb
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -77,6 +77,7 @@ jobs:
|
|||||||
*.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
|
||||||
jetson_jp4_build:
|
jetson_jp4_build:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
name: Jetson Jetpack 4
|
name: Jetson Jetpack 4
|
||||||
steps:
|
steps:
|
||||||
@ -106,6 +107,7 @@ jobs:
|
|||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-jp4
|
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-jp4
|
||||||
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-jp4,mode=max
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-jp4,mode=max
|
||||||
jetson_jp5_build:
|
jetson_jp5_build:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
name: Jetson Jetpack 5
|
name: Jetson Jetpack 5
|
||||||
steps:
|
steps:
|
||||||
@ -162,6 +164,19 @@ 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
|
||||||
|
env:
|
||||||
|
AMDGPU: gfx
|
||||||
|
HSA_OVERRIDE: 0
|
||||||
|
uses: docker/bake-action@v6
|
||||||
|
with:
|
||||||
|
source: .
|
||||||
|
push: true
|
||||||
|
targets: rocm
|
||||||
|
files: docker/rocm/rocm.hcl
|
||||||
|
set: |
|
||||||
|
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm
|
||||||
|
*.cache-from=type=gha
|
||||||
arm64_extra_builds:
|
arm64_extra_builds:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
name: ARM Extra Build
|
name: ARM Extra Build
|
||||||
@ -214,19 +229,6 @@ jobs:
|
|||||||
h8l.tags=${{ steps.setup.outputs.image-name }}-h8l
|
h8l.tags=${{ steps.setup.outputs.image-name }}-h8l
|
||||||
*.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-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
|
*.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l,mode=max
|
||||||
- name: AMD/ROCm general build
|
|
||||||
env:
|
|
||||||
AMDGPU: gfx
|
|
||||||
HSA_OVERRIDE: 0
|
|
||||||
uses: docker/bake-action@v6
|
|
||||||
with:
|
|
||||||
source: .
|
|
||||||
push: true
|
|
||||||
targets: rocm
|
|
||||||
files: docker/rocm/rocm.hcl
|
|
||||||
set: |
|
|
||||||
rocm.tags=${{ steps.setup.outputs.image-name }}-rocm
|
|
||||||
*.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