We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e191c73 commit 8085600Copy full SHA for 8085600
.github/workflows/docker-publish.yml
@@ -76,6 +76,7 @@ jobs:
76
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
77
with:
78
context: .
79
+ platforms: linux/amd64,linux/arm64
80
push: ${{ github.event_name != 'pull_request' }}
81
tags: ${{ steps.meta.outputs.tags }}
82
labels: ${{ steps.meta.outputs.labels }}
0 commit comments