We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75470e8 commit 02ab870Copy full SHA for 02ab870
.github/workflows/docker-image-dev.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: docker/build-push-action@v6
69
with:
70
context: .
71
- platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
+ platforms: linux/amd64,linux/arm64/v8
72
push: ${{ github.event_name != 'pull_request' }}
73
tags: ${{ steps.guac.outputs.tags }}
74
labels: ${{ steps.guac.outputs.labels }}
0 commit comments