Skip to content

Commit

Permalink
fix platform in image push release workflow
Browse files Browse the repository at this point in the history
set correct platform

Signed-off-by: adrianc <adrianc@nvidia.com>
  • Loading branch information
adrianchiris committed Nov 29, 2023
1 parent 5de2d3a commit 427e0d5
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 427e0d5

Please sign in to comment.