From 19cf7f617baa912d19cc1006cbb6b39aab1a4016 Mon Sep 17 00:00:00 2001 From: Gilad Ravid <60739156+giladravid16@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:57:12 +0200 Subject: [PATCH] NO-ISSUE: Make konflux builds for downstream images to be multi-arch (#892) --- .../assisted-installer-agent-downstream-main-pull-request.yaml | 3 +++ .tekton/assisted-installer-agent-downstream-main-push.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.tekton/assisted-installer-agent-downstream-main-pull-request.yaml b/.tekton/assisted-installer-agent-downstream-main-pull-request.yaml index 36322abd..f68f2b2f 100644 --- a/.tekton/assisted-installer-agent-downstream-main-pull-request.yaml +++ b/.tekton/assisted-installer-agent-downstream-main-pull-request.yaml @@ -29,6 +29,9 @@ spec: - name: build-platforms value: - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: Dockerfile.assisted_installer_agent-downstream - name: path-context diff --git a/.tekton/assisted-installer-agent-downstream-main-push.yaml b/.tekton/assisted-installer-agent-downstream-main-push.yaml index 2d65277c..09b5c2de 100644 --- a/.tekton/assisted-installer-agent-downstream-main-push.yaml +++ b/.tekton/assisted-installer-agent-downstream-main-push.yaml @@ -26,6 +26,9 @@ spec: - name: build-platforms value: - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: Dockerfile.assisted_installer_agent-downstream - name: path-context