Skip to content

Commit

Permalink
fix: define platforms for docker edge build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Jul 17, 2024
1 parent df8192b commit a1ad921
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-push-docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@ jobs:
builds:
- base_tag: '7.0'
tag: edge
platform: linux/amd64
- base_tag: '7.0'
tag: latest
platform: linux/amd64
- base_tag: 7.0-nvidia
tag: edge-nvidia
platform: linux/amd64
- base_tag: 7.0-vaapi
tag: edge-vaapi
platform: linux/amd64
- base_tag: 7.0-arm64
tag: edge-arm64
platform: linux/arm64
- base_tag: 7.0-arm
tag: edge-arm
platform: linux/arm/v7

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,6 +81,7 @@ jobs:
with:
context: .
push: true
platforms: ${{matrix.builds.platform}}
build-args: |
base_image_tag=${{ matrix.builds.base_tag }}
is_edge_build=true
Expand Down

0 comments on commit a1ad921

Please sign in to comment.