We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c32dd commit c459017Copy full SHA for c459017
.github/workflows/docker-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/build-push-action@v2
52
with:
53
context: .
54
- platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le
+ platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
55
push: ${{ github.event_name != 'pull_request' }}
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
0 commit comments