Skip to content

Commit 427e0d5

Browse files
committed
fix platform in image push release workflow
set correct platform Signed-off-by: adrianc <[email protected]>
1 parent 5de2d3a commit 427e0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-push-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
context: .
116116
push: true
117-
platforms: linux/arm64
117+
platforms: linux/ppc64le
118118
tags: |
119119
${{ steps.docker_meta.outputs.tags }}-ppc64le
120120
file: ./Dockerfile.ppc64le

0 commit comments

Comments
 (0)