From b9cf0f6972e490f0b9d1c1690f91e97696f7b42e Mon Sep 17 00:00:00 2001 From: Yan Song Liu Date: Fri, 16 Feb 2024 23:24:20 +0800 Subject: [PATCH] Add support s390x and ppc64le archs (#5753) --- .github/workflows/knative-docs-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/knative-docs-image.yaml b/.github/workflows/knative-docs-image.yaml index 611302fabb..bd0c5ca76f 100644 --- a/.github/workflows/knative-docs-image.yaml +++ b/.github/workflows/knative-docs-image.yaml @@ -42,7 +42,7 @@ jobs: uses: docker/build-push-action@v4 with: push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x context: ./code-samples/serving/hello-world/helloworld-go tags: ghcr.io/knative/helloworld-go:latest @@ -50,6 +50,6 @@ jobs: uses: docker/build-push-action@v4 with: push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x context: ./docs/serving/autoscaling/autoscale-go tags: ghcr.io/knative/autoscale-go:latest