Files
rancher/manifest-installer.tmpl
Sakala Venkata Krishna Rohit 1949f73d85 Add s390x arch support (#36034)
* Add s390x drone pipelines

* Increase kustomize version to v4.4.1

* Install golang 1.16 using zypper

* Increase loglevel version to v0.1.4

* Add rancher system agent for s390x

* Add unsupported arch env for s390x

* Increase telemetry version

* Add tini for s390x

* Skip integration tests for s390x

* Skip helm v2 instalation since s390x is not supported

* Skip k3s installation for s390x arch

* Remove helm & tiller from jailer for s390x

* Update shell image which supports s390x

* Add failure:ignore to drone s390x pipelines

This is to ensure that if any step of s390x pipeline fails, other steps or pipelines like manifest do not fail. So added ignore missing to manifest step pipeline

* Skip k3s

* Get k3s binaries from k3s-root for s390x as k3s is not available

* Remove duplicated code in Dockerfile

* Set K3S_BUILDER default value to rancher/k3s:v1.22.5-k3s1

Co-authored-by: raulcabello <raul.cabello@suse.com>
2022-01-21 09:30:35 -07:00

18 lines
836 B
Cheetah

image: rancher/system-agent-installer-rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-{{build.commit}}-head{{/if}}
manifests:
-
image: rancher/system-agent-installer-rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-{{build.commit}}{{/if}}-linux-amd64
platform:
architecture: amd64
os: linux
-
image: rancher/system-agent-installer-rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-{{build.commit}}{{/if}}-linux-arm64
platform:
architecture: arm64
os: linux
-
image: rancher/system-agent-installer-rancher:{{#if build.tag}}{{build.tag}}{{else}}{{replace "release/" "" build.branch }}-{{build.commit}}{{/if}}-linux-s390x
platform:
architecture: s390x
os: linux