Skip to content

Commit 1ed4408

Browse files
committed
There is no node image for ppc64le, so removing it from publish
1 parent ae664c6 commit 1ed4408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v5
5454
with:
5555
context: .
56-
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le
56+
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
5757
push: true
5858
tags: ${{ steps.meta.outputs.tags }}
5959
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)