Skip to content

Commit

Permalink
add platform args to build_image workflow (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 authored Oct 12, 2023
1 parent 34e36ce commit faf759e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: 'Build and push'
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
context: ${{ inputs.context }}
push: true
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit faf759e

Please sign in to comment.