We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d2ca1 commit 27be600Copy full SHA for 27be600
1 file changed
.github/workflows/build.yml
@@ -66,6 +66,7 @@ jobs:
66
uses: docker/build-push-action@v6
67
with:
68
push: true
69
+ platforms: linux/amd64,linux/arm64
70
context: .
71
cache-from: type=gha
72
cache-to: type=gha,mode=max
0 commit comments