-1

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

  • Welcome to stackoverflow.com. Please take some time to read [the help pages](http://stackoverflow.com/help), especially the sections named ["What topics can I ask about here?"](http://stackoverflow.com/help/on-topic) and ["What types of questions should I avoid asking?"](http://stackoverflow.com/help/dont-ask). Also please [take the SO tour](http://stackoverflow.com/tour). – Some programmer dude Sep 20 '18 at 20:34

1 Answers1

1

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.

sascha10000
  • 1,245
  • 1
  • 10
  • 22