Skip to content

Commit

Permalink
Fixing arm platform in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-douglas committed Jul 8, 2022
1 parent 30f6d6b commit 97084d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/[email protected]
with:
push: true
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.output.labels }}

0 comments on commit 97084d7

Please sign in to comment.