We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc39dde commit 8bccb06Copy full SHA for 8bccb06
1 file changed
.github/workflows/docker.yml
@@ -47,9 +47,7 @@ jobs:
47
uses: docker/build-push-action@v5
48
with:
49
context: .
50
- platforms:
51
- - linux/amd64
52
- - linux/arm64
+ platforms: linux/amd64
53
push: true
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
0 commit comments