Skip to content

Commit

Permalink
Remove multi-arch support from must-gather image
Browse files Browse the repository at this point in the history
We're struggling to find a multi-arch image we can use for building the
must-gather image. This causes the GitHub action we have wired up to
build the image automatically to fail.

This commit removes power and z support for now so we can get some
builds produces that incorporate the new must-gather tooling.
  • Loading branch information
rhmdnd committed Aug 9, 2024
1 parent 2120915 commit 314c0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/must-gather-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
tag: latest
dockerfile_path: images/must-gather/Dockerfile.ocp
vendor: "Compliance Operator Authors"
platforms: "linux/amd64,linux/ppc64le,linux/s390x"
platforms: "linux/amd64"
2 changes: 1 addition & 1 deletion .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
tag: latest
dockerfile_path: images/must-gather/Dockerfile.ocp
vendor: "Compliance Operator Authors"
platforms: "linux/amd64,linux/ppc64le,linux/s390x"
platforms: "linux/amd64"

0 comments on commit 314c0da

Please sign in to comment.