Skip to content

Commit

Permalink
Merge pull request #12064 from Mab879/revert_12055
Browse files Browse the repository at this point in the history
Revert "OCP4: Support multi-arch content image"
  • Loading branch information
yuumasato authored Jun 14, 2024
2 parents 1956744 + e2a02e5 commit 9acfe41
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 9acfe41

Please sign in to comment.