Skip to content

Commit

Permalink
Fix image platform
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriviera committed Nov 10, 2023
1 parent e1de2f8 commit 25e781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
# Disable provenance so architecture info is accurate
# https://github.com/docker/build-push-action/issues/820#issuecomment-1460493219
provenance: false
platforms: linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 25e781e

Please sign in to comment.