We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74f4ef + 23fc2e7 commit 6d8f2bdCopy full SHA for 6d8f2bd
1 file changed
.github/workflows/docker-publish-tags.yml
@@ -60,6 +60,7 @@ jobs:
60
uses: docker/build-push-action@v5
61
with:
62
context: .
63
+ platforms: "linux/amd64,linux/arm64/v8"
64
push: ${{ github.event_name != 'pull_request' }}
65
tags: ${{ steps.meta.outputs.tags }}
66
labels: ${{ steps.meta.outputs.labels }}
0 commit comments