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