Skip to content

Commit

Permalink
removing linux/ppc64le arch from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 22, 2024
1 parent 70bf8b4 commit 964d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 964d009

Please sign in to comment.