Skip to content

Commit

Permalink
Merge pull request #288 from adrianchiris/fix-ppc64le-workflow
Browse files Browse the repository at this point in the history
fix platform in image push release workflow
  • Loading branch information
adrianchiris authored Dec 3, 2023
2 parents 5615abc + 427e0d5 commit 07ecbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
context: .
push: true
platforms: linux/arm64
platforms: linux/ppc64le
tags: |
${{ steps.docker_meta.outputs.tags }}-ppc64le
file: ./Dockerfile.ppc64le
Expand Down

0 comments on commit 07ecbf9

Please sign in to comment.