We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae664c6 commit 1ed4408Copy full SHA for 1ed4408
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v5
54
with:
55
context: .
56
- platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
+ platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
57
push: true
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
0 commit comments