Search code examples
jakarta-eeopenshiftopenshift-originopenshift-client-toolsopenshift-3

Where is Windows 32-bit installer for OpenShift CLI?


I'm trying to find an OpenShift CLI installer for Windows 32-bit. The only 32-bit installer I see is Linux. Please help! I am trying to deploy .war file onto an OpenShift server, but not able to because I can't find a 32-bit installer. Thank you!

I was looking in the git repo, and on the site

Git Repository

Openshift Site


Solution

  • There is no official Win32 installer, as far as I found out.

    A link where the problem for 32-Bit build is discussed: https://github.com/openshift/origin/pull/18653

    The message for the commit: https://github.com/openshift/origin/commit/c44775a82e27c46f7fa152a16ca775ad75bc07e7

    The path to the branch for win32 (if I followed the correct links): https://github.com/openshift/origin/tree/c44775a82e27c46f7fa152a16ca775ad75bc07e7

    You'll need to build it yourself, that is the only point.