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 c94f79a commit 360f1d3Copy full SHA for 360f1d3
.github/workflows/docker-build.yml
@@ -51,6 +51,7 @@ jobs:
51
push: ${{ github.event_name != 'pull_request' }}
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
54
+ platforms: linux/amd64,linux/arm64
55
cache-from: type=gha
56
cache-to: type=gha,mode=max
- builder: ${{ steps.buildx.outputs.name }}
57
+ builder: ${{ steps.buildx.outputs.name }}
0 commit comments