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 845d3df commit 1eb047fCopy full SHA for 1eb047f
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
if: env.BRANCH != env.LATEST
84
uses: docker/build-push-action@v6
85
with:
86
- platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
+ platforms: linux/amd64, linux/arm64/v8
87
push: ${{ github.event_name != 'pull_request' }}
88
tags: ${{ steps.meta.outputs.tags }}
89
labels: ${{ steps.meta.outputs.labels }}
0 commit comments