Skip to content

Commit

Permalink
Revert "OCP4: Support multi-arch content image"
Browse files Browse the repository at this point in the history
This reverts commit 140fed8.
This commit is causing CI fail. Reverting to keep CI green
from known failures.
  • Loading branch information
Mab879 committed Jun 14, 2024
1 parent 1956744 commit e2a02e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-content-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/k8s-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ jobs:
dockerfile_path: ./Dockerfiles/ocp4_content
licenses: BSD
vendor: ComplianceAsCode authors
platforms: 'linux/amd64,linux/ppc64le,linux/s390x'

0 comments on commit e2a02e5

Please sign in to comment.