Skip to content

Update to support ARM build #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .ci-orchestrator/runtime-component-operator-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ steps:
properties:
ebcPlan: svl-dockerJenkins-ubuntu20_ppcle.yml

#- stepName: ARM Build
# workType: Jenkins
# projectName: ebcDockerBuilderRCO
# timeoutInMinutes: 1440
# Need properties for Makefile or build script for RCO
# properties:
# ebcPlan: managed-pool-jenkins-macosx_arm.yml
- stepName: ARM Build
workType: Jenkins
projectName: ebcDockerBuilderRCO
timeoutInMinutes: 1440
# Need properties for Makefile or build script for WLO
properties:
ebcPlan: managed-pool-jenkins-macosx_arm.yml
3 changes: 3 additions & 0 deletions bundle/manifests/runtime-component.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: runtime-component.v1.3.0
namespace: placeholder
Expand Down Expand Up @@ -919,6 +920,7 @@ spec:
- Linux® x86_64 (amd64)
- Linux® on IBM® Z (s390x)
- Linux® on Power® (ppc64le)
- Linux® on AArch64 (arm64)
## Details
Key features provided by the operator:
### Integration with Certificate Managers
Expand Down Expand Up @@ -990,6 +992,7 @@ spec:
- amd64
- ppc64le
- s390x
- arm64
containers:
- args:
- --health-probe-bind-address=:8081
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ spec:
- amd64
- ppc64le
- s390x
- arm64
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: runtime-component.v0.0.0
namespace: placeholder
Expand Down
1 change: 1 addition & 0 deletions config/manifests/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Kubernetes platform installed on one of the following platforms:
- Linux® x86_64 (amd64)
- Linux® on IBM® Z (s390x)
- Linux® on Power® (ppc64le)
- Linux® on AArch64 (arm64)
## Details
Key features provided by the operator:
### Integration with Certificate Managers
Expand Down
1 change: 1 addition & 0 deletions doc/user-guide-v1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Runtime Component Operator is available for the following CPU architectures:
- Linux® x86_64 (amd64)
- Linux® on IBM® Z (s390x)
- Linux® on Power® (ppc64le)
- Linux® on AArch64 (arm64)

The Runtime Component Operator can be installed to:

Expand Down
1 change: 1 addition & 0 deletions internal/deploy/kubectl/runtime-component-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ spec:
- amd64
- ppc64le
- s390x
- arm64
containers:
- args:
- --health-probe-bind-address=:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
- amd64
- ppc64le
- s390x
- arm64
containers:
- args:
- --health-probe-bind-address=:8081
Expand Down