We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee48e11 commit 3f8e4e0Copy full SHA for 3f8e4e0
1 file changed
.github/workflows/docker-publish.yml
@@ -64,6 +64,7 @@ jobs:
64
id: build-and-push
65
uses: docker/build-push-action@v6
66
with:
67
+ platforms: linux/amd64,linux/arm64
68
context: .
69
push: true
70
tags: ${{ steps.meta.outputs.tags }}
0 commit comments