Skip to content

Commit

Permalink
multi-arch support for operator image (#220)
Browse files Browse the repository at this point in the history
* arm64, ppc64le, and s390x multiarch support for operator hub

Signed-off-by: Jason Cho <jason.cho2@ibm.com>
Co-authored-by: Michael Skarbek <mskarbek@redhat.com>
  • Loading branch information
jcho02 and maskarb authored Jan 11, 2024
1 parent ee6d06d commit c930a50
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ metadata:
support: Cost Management
name: koku-metrics-operator.v0.0.0
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down

0 comments on commit c930a50

Please sign in to comment.