We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32592cb commit 3466972Copy full SHA for 3466972
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v4
54
with:
55
context: .
56
- platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
+ platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
57
push: true
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
0 commit comments