Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#12055 from ComplianceAsCode/multi…
Browse files Browse the repository at this point in the history
…_arch

OCP4: Support multi-arch content image
  • Loading branch information
yuumasato authored Jun 11, 2024
2 parents c8eb752 + 140fed8 commit d4c22cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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'
platforms: 'linux/amd64,linux/ppc64le,linux/s390x'
- name: Get container info
id: container_info
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/k8s-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
dockerfile_path: ./Dockerfiles/ocp4_content
licenses: BSD
vendor: ComplianceAsCode authors
platforms: 'linux/amd64,linux/ppc64le,linux/s390x'

0 comments on commit d4c22cb

Please sign in to comment.