Skip to content

Commit 8e289d0

Browse files
authored
Update build.yml
1 parent df9a09c commit 8e289d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v6
5050
with:
51-
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
51+
platforms: linux/amd64, linux/arm64/v8
5252
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
5353
tags: ${{ steps.meta.outputs.tags }}
5454
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)