From 427e0d5ea5ef7a051ce43e560f6769f0c2924051 Mon Sep 17 00:00:00 2001 From: adrianc Date: Wed, 29 Nov 2023 15:27:41 +0200 Subject: [PATCH] fix platform in image push release workflow set correct platform Signed-off-by: adrianc --- .github/workflows/image-push-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-push-release.yml b/.github/workflows/image-push-release.yml index 27fc3ffe8..116c75159 100644 --- a/.github/workflows/image-push-release.yml +++ b/.github/workflows/image-push-release.yml @@ -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