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 87202f4 commit 2fc35f4Copy full SHA for 2fc35f4
.github/workflows/docker-publish.yml
@@ -69,6 +69,7 @@ jobs:
69
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
70
with:
71
context: .
72
+ platforms: linux/amd64,linux/arm,linux/arm64
73
push: ${{ github.event_name != 'pull_request' }}
74
tags: ${{ steps.meta.outputs.tags }}
75
labels: ${{ steps.meta.outputs.labels }}
0 commit comments