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 8a77588 commit 27c4b99Copy full SHA for 27c4b99
.github/workflows/docker-publish-tags.yml
@@ -64,6 +64,7 @@ jobs:
64
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
65
with:
66
context: .
67
+ platforms: linux/amd64,linux/arm64
68
push: ${{ github.event_name != 'pull_request' }}
69
tags: ${{ steps.meta.outputs.tags }}
70
labels: ${{ steps.meta.outputs.labels }}
0 commit comments