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 e647c4a commit 697f2b5Copy full SHA for 697f2b5
.github/workflows/release.yml
@@ -84,6 +84,7 @@ jobs:
84
uses: docker/build-push-action@v6
85
with:
86
context: .
87
+ platforms: linux/amd64,linux/arm64
88
push: ${{ github.event_name != 'pull_request' }}
89
tags: ${{ steps.meta.outputs.tags }}
90
labels: ${{ steps.meta.outputs.labels }}
0 commit comments