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 b0a28ae commit 5325315Copy full SHA for 5325315
.github/workflows/docker-publish.yml
@@ -63,6 +63,7 @@ jobs:
63
id: build-and-push
64
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
65
with:
66
+ platforms: linux/amd64,linux/arm/v7,linux/arm64
67
context: .
68
push: ${{ github.event_name != 'pull_request' }}
69
tags: ${{ steps.meta.outputs.tags }}
0 commit comments