Skip to content

Commit 96c2d63

Browse files
committed
OCPBUGS-56215: Enable ARM architecture for the operator bundle
Following https://olm.operatorframework.io/docs/advanced-tasks/ship-operator-supporting-multiarch/ to add the ARM target architecture. Signed-off-by: William Zhao <[email protected]>
1 parent 269f2d1 commit 96c2d63

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bundle/manifests/sriov-network-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ metadata:
150150
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
151151
labels:
152152
operatorframework.io/arch.amd64: supported
153+
operatorframework.io/arch.arm64: supported
153154
operatorframework.io/arch.ppc64le: supported
154155
name: sriov-network-operator.v4.19.0
155156
namespace: openshift-sriov-network-operator

config/manifests/bases/sriov-network-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ metadata:
5555
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
5656
labels:
5757
operatorframework.io/arch.amd64: supported
58+
operatorframework.io/arch.arm64: supported
5859
operatorframework.io/arch.ppc64le: supported
5960
name: sriov-network-operator.v0.0.0
6061
namespace: openshift-sriov-network-operator

manifests/stable/sriov-network-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ metadata:
150150
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
151151
labels:
152152
operatorframework.io/arch.amd64: supported
153+
operatorframework.io/arch.arm64: supported
153154
operatorframework.io/arch.ppc64le: supported
154155
name: sriov-network-operator.v4.19.0
155156
namespace: openshift-sriov-network-operator

0 commit comments

Comments
 (0)