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 c731104 commit 60a58d6Copy full SHA for 60a58d6
.github/workflows/build_images.yml
@@ -62,6 +62,6 @@ jobs:
62
builder: ${{ steps.buildx.outputs.name }}
63
context: .
64
file: ./Dockerfile
65
- platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/s390x,limux/ppc64le
+ platforms: linux/amd64,linux/arm64,linux/arm/v7
66
push: true
67
tags: ${{ steps.prep.outputs.tags }}
0 commit comments