From e2a02e5980170279001b35dbb263691f5e012cf2 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 13 Jun 2024 22:18:44 -0500 Subject: [PATCH] Revert "OCP4: Support multi-arch content image" This reverts commit 140fed893f66626f67dfdad0a6e8f908ebd393b2. This commit is causing CI fail. Reverting to keep CI green from known failures. --- .github/workflows/k8s-content-pr.yaml | 2 +- .github/workflows/k8s-content.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index 13777af3192..e853d89ced8 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -91,7 +91,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} push: true - platforms: 'linux/amd64,linux/ppc64le,linux/s390x' + platforms: 'linux/amd64' - name: Get container info id: container_info run: | diff --git a/.github/workflows/k8s-content.yaml b/.github/workflows/k8s-content.yaml index 68d09d14470..13322675f48 100644 --- a/.github/workflows/k8s-content.yaml +++ b/.github/workflows/k8s-content.yaml @@ -20,4 +20,3 @@ jobs: dockerfile_path: ./Dockerfiles/ocp4_content licenses: BSD vendor: ComplianceAsCode authors - platforms: 'linux/amd64,linux/ppc64le,linux/s390x'