We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aeeb60 commit 4ce303eCopy full SHA for 4ce303e
.github/workflows/main.yml
@@ -56,6 +56,7 @@ jobs:
56
uses: "docker/build-push-action@v5"
57
with:
58
context: "."
59
+ platforms: "linux/386,linux/amd64,linux/arm,linux/arm64"
60
push: "${{ github.event_name != 'pull_request' }}"
61
tags: ${{ steps.docker_metadata.outputs.tags }}
62
labels: ${{ steps.docker_metadata.outputs.labels }}
0 commit comments