From bd2830c9650eb2c13fc41873418e9f7e4f6fe31d Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 16 Jan 2025 14:23:44 +0100 Subject: [PATCH] Disable s390x and ppc64le in korrel8r pipeline This commit disables s390x and ppc64le builds in korrel8r pull-request tekton pipeline. Signed-off-by: Daniel Mellado --- .tekton/korrel8r-pull-request.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tekton/korrel8r-pull-request.yaml b/.tekton/korrel8r-pull-request.yaml index ed3e166..cb8a023 100644 --- a/.tekton/korrel8r-pull-request.yaml +++ b/.tekton/korrel8r-pull-request.yaml @@ -34,8 +34,6 @@ spec: value: - linux/x86_64 - linux/arm64 - - linux/ppc64le - - linux/s390x - name: dockerfile value: Dockerfile.korrel8r - name: path-context