Skip to content

Commit

Permalink
Merge pull request #154 from NebraLtd/shawaj-patch-1
Browse files Browse the repository at this point in the history
Fix manifest issue
  • Loading branch information
shawaj authored Oct 25, 2024
2 parents 29d1e33 + 288af46 commit 6b52278
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
- board: "raspberrypi3-64"
arch: "arm64"
version: "v8"
arch_full: "linux/arm64/v8"
- board: "generic-amd64"
arch: "amd64"
arch_full: "linux/amd64"

runs-on: ubuntu-20.04
permissions:
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:
BUILD_BOARD=${{ matrix.board }}
BUILD_ARCH=${{ matrix.arch }}
push: true
platforms: ${{ matrix.arch_full }}
provenance: false
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=nebraltd/hm-pktfwd:buildcache
Expand Down

0 comments on commit 6b52278

Please sign in to comment.