Skip to content

Commit 1eb047f

Browse files
authored
fix: Remove ppc docker bulld
1 parent 845d3df commit 1eb047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: env.BRANCH != env.LATEST
8484
uses: docker/build-push-action@v6
8585
with:
86-
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
86+
platforms: linux/amd64, linux/arm64/v8
8787
push: ${{ github.event_name != 'pull_request' }}
8888
tags: ${{ steps.meta.outputs.tags }}
8989
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)