Skip to content

Commit 2f99a8b

Browse files
Merge pull request openshift#1090 from wizhaoredhat/enable_arm_arch
OCPBUGS-56215: Enable ARM architecture for the operator bundle
2 parents 269f2d1 + 96c2d63 commit 2f99a8b

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)