Skip to content

Commit

Permalink
Fix rk build (blakeblackshear#8430)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Nov 2, 2023
1 parent 090294e commit c57528c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c57528c

Please sign in to comment.