We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b736407 commit 751cff6Copy full SHA for 751cff6
.github/workflows/docker-publish.yml
@@ -78,6 +78,7 @@ jobs:
78
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
79
with:
80
context: .
81
+ platforms: linux/amd64,linux/arm64
82
push: ${{ github.event_name != 'pull_request' }}
83
tags: ${{ steps.meta.outputs.tags }}
84
labels: ${{ steps.meta.outputs.labels }}
0 commit comments