mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix rk build (#8430)
This commit is contained in:
parent
090294e89b
commit
c57528cbcf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -83,11 +83,10 @@ jobs:
|
||||
uses: docker/bake-action@v3
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/arm64
|
||||
targets: rk
|
||||
files: docker/rockchip/rk.hcl
|
||||
set: |
|
||||
rk.tags=ghcr.io/${{ steps.lowercaseRepo.outputs.lowercase }}:${{ github.ref_name }}-${{ env.SHORT_SHA }}-rk
|
||||
rk.tags=${{ steps.setup.outputs.image-name }}-rk
|
||||
*.cache-from=type=gha
|
||||
jetson_jp4_build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user