We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f39cce commit ba9f472Copy full SHA for ba9f472
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: docker/build-push-action@v5
76
with:
77
context: .
78
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64 #,linux/arm64
79
push: true
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
0 commit comments