We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5e6ef commit 541e0ecCopy full SHA for 541e0ec
1 file changed
.github/workflows/build-and-push.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: docker/build-push-action@v6
47
with:
48
context: .
49
+ platforms: linux/amd64,linux/arm64
50
push: ${{ github.event_name == 'push' }}
51
tags: ${{ steps.meta.outputs.tags }}
52
labels: ${{ steps.meta.outputs.labels }}
0 commit comments