Skip to content

Commit 8a18f9f

Browse files
authored
Merge pull request #36132 from SNiemann15/helm_cli_p_z
[MULTIARCH-1125, 1067] Adding images for IBM Z and Power
2 parents acc01c5 + 5848003 commit 8a18f9f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

applications/working_with_helm_charts/installing-helm.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,28 @@ You can also find the URL to the latest binaries from the {product-title} web co
1515
== On Linux
1616

1717
. Download the Helm binary and add it to your path:
18+
19+
* Linux (x86_64, amd64)
1820
+
1921
[source,terminal]
2022
----
2123
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-amd64 -o /usr/local/bin/helm
2224
----
2325

26+
* Linux on IBM Z and LinuxONE (s390x)
27+
+
28+
[source,terminal]
29+
----
30+
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-s390x -o /usr/local/bin/helm
31+
----
32+
33+
* Linux on IBM Power Systems (ppc64le)
34+
+
35+
[source,terminal]
36+
----
37+
# curl -L https://mirror.openshift.com/pub/openshift-v4/clients/helm/latest/helm-linux-ppc64le -o /usr/local/bin/helm
38+
----
39+
2440
. Make the binary file executable:
2541
+
2642
[source,terminal]

0 commit comments

Comments
 (0)