We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c2342 commit 196f23cCopy full SHA for 196f23c
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
uses: docker/build-push-action@v6
77
with:
78
context: .
79
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64 #,linux/arm64
80
push: true
81
tags: ${{ steps.meta.outputs.tags }}
82
labels: ${{ steps.meta.outputs.labels }}
0 commit comments