Skip to content

Commit

Permalink
Merge pull request #467 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…66-to-release-4.5

[release-4.5] Bug 1876025: clidownloads: IBM Power and Z are supported
  • Loading branch information
openshift-merge-robot committed Oct 28, 2020
2 parents 953b615 + f26977a commit 50e817c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/console/controllers/clidownloads/controller.go
Expand Up @@ -174,8 +174,8 @@ func PlatformBasedOCConsoleCLIDownloads(host, cliDownloadsName string) *v1.Conso
{"Mac for x86_64", "amd64/mac", "oc.zip"},
{"Windows for x86_64", "amd64/windows", "oc.zip"},
{"Linux for ARM 64 (unsupported)", "arm64/linux", "oc.tar"},
{"Linux for IBM Power, little endian (unsupported)", "ppc64le/linux", "oc.tar"},
{"Linux for IBM Z (unsupported)", "s390x/linux", "oc.tar"},
{"Linux for IBM Power, little endian", "ppc64le/linux", "oc.tar"},
{"Linux for IBM Z", "s390x/linux", "oc.tar"},
}

links := []v1.CLIDownloadLink{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/console/controllers/clidownloads/controller_test.go
Expand Up @@ -129,11 +129,11 @@ The oc binary offers the same capabilities as the kubectl binary, but it is furt
},
{
Href: "https://www.example.com/ppc64le/linux/oc.tar",
Text: "Download oc for Linux for IBM Power, little endian (unsupported)",
Text: "Download oc for Linux for IBM Power, little endian",
},
{
Href: "https://www.example.com/s390x/linux/oc.tar",
Text: "Download oc for Linux for IBM Z (unsupported)",
Text: "Download oc for Linux for IBM Z",
},
{
Href: "https://www.example.com/oc-license",
Expand Down

0 comments on commit 50e817c

Please sign in to comment.