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.
2 parents 7eb927b + 54c5e0d commit bb898bfCopy full SHA for bb898bf
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
- uses: docker/build-push-action@v2
35
with:
36
push: ${{ github.event_name != 'pull_request' }}
37
+ platforms: linux/amd64,linux/arm64
38
tags: ${{ steps.meta.outputs.tags }}
39
labels: ${{ steps.meta.outputs.labels }}
40
0 commit comments