Skip to content

Commit 964d009

Browse files
committed
removing linux/ppc64le arch from build
1 parent 70bf8b4 commit 964d009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
builder: ${{ steps.buildx.outputs.name }}
5858
context: .
5959
file: ./Dockerfile
60-
platforms: linux/amd64,linux/arm64,linux/ppc64le
60+
platforms: linux/amd64,linux/arm64
6161
push: true
6262
tags: ${{ steps.prep.outputs.tags }}

0 commit comments

Comments
 (0)