Skip to content

Commit

Permalink
Updating image build workflow (#6)
Browse files Browse the repository at this point in the history
Now also builds an arm image
  • Loading branch information
mike-douglas authored Jul 8, 2022
1 parent 3bb548b commit 659c67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: docker/[email protected]
with:
push: true
platforms: linux/amd64,linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.output.labels }}

0 comments on commit 659c67c

Please sign in to comment.