Skip to content

Commit c459017

Browse files
committed
remove failing images
1 parent b0c32dd commit c459017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v2
5252
with:
5353
context: .
54-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le
54+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
5555
push: ${{ github.event_name != 'pull_request' }}
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)