We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea96c1a + 833e5dc commit a441861Copy full SHA for a441861
.github/workflows/build&push.yaml
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/[email protected]
48
with:
49
context: build
50
+ platforms: linux/amd64,linux/arm64
51
file: build/Dockerfile
52
push: true
53
tags: ${{ steps.meta.outputs.tags }}
0 commit comments