We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abb904 commit cc2c578Copy full SHA for cc2c578
.github/workflows/docker-publish.yml
@@ -40,6 +40,7 @@ jobs:
40
uses: docker/build-push-action@v6
41
with:
42
context: .
43
+ platforms: linux/amd64,linux/arm64
44
push: true
45
tags: ${{ steps.meta.outputs.tags }}
46
labels: ${{ steps.meta.outputs.labels }}
0 commit comments