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