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 a20f66c commit 4bc08d5Copy full SHA for 4bc08d5
.github/workflows/build_images.yaml
@@ -57,6 +57,6 @@ jobs:
57
builder: ${{ steps.buildx.outputs.name }}
58
context: .
59
file: ./Dockerfile
60
- platforms: linux/amd64,linux/arm64,linux/ppc64le
+ platforms: linux/amd64,linux/arm64
61
push: true
62
tags: ${{ steps.prep.outputs.tags }}
0 commit comments