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 df9a09c commit 8e289d0Copy full SHA for 8e289d0
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build and push Docker image
49
uses: docker/build-push-action@v6
50
with:
51
- platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
+ platforms: linux/amd64, linux/arm64/v8
52
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments