Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build of kubeseal CLI #85

Closed
brantb opened this issue Apr 6, 2018 · 10 comments
Closed

Windows build of kubeseal CLI #85

brantb opened this issue Apr 6, 2018 · 10 comments

Comments

@brantb
Copy link

brantb commented Apr 6, 2018

I use Windows, and have been using the kubeseal tool by using the Linux build with WSL, but it would be nice if a native Windows binary was available.

@Hades32
Copy link
Contributor

Hades32 commented Jun 13, 2018

v0.7 win build
kubeseal.zip

@shahiddev
Copy link

Does this mean there is a windows build already?

@anguslees
Copy link
Contributor

Does this mean there is a windows build already?

There is no official windows build (yet), but I imagine you can build it from source easily (once you have the windows go toolchain).

If there is some reason a windows build doesn't Just Work, please report it - since fixing the source is obviously a precursor to shipping useful binaries. And I don't have access to windows platforms for testing personally.

@Hades32
Copy link
Contributor

Hades32 commented Jul 5, 2018

The build I attached above was built on Linux with GOOS=windows set and it works just fine. So it should be no problem to include windows binaries as part of your (next) release

@karlskewes
Copy link
Contributor

Indeed, see #134 and related PR #140 .

@spencerolsen
Copy link

Any update on how to install with Windows? I downloaded the installer from above and it didn't work for me. I'm not familiar with go, so I'd prefer to not have to dive into it if possible.

@mkmik mkmik self-assigned this Jul 19, 2019
@mkmik mkmik added this to the v0.8.0 milestone Jul 19, 2019
@mkmik
Copy link
Collaborator

mkmik commented Jul 19, 2019

https://github.com/bitnami-labs/sealed-secrets/releases/tag/v0.8.0-rc.1 release contains an official windows binary

@mkmik mkmik closed this as completed Jul 19, 2019
@brantb
Copy link
Author

brantb commented Jul 23, 2019

@mkmik This is wonderful, thank you! It looks like the v0.8.0 release is missing the Windows binary, though. :)

@mkmik
Copy link
Collaborator

mkmik commented Jul 23, 2019

@brantb I marked it pre-release until I upload the windows binary manually

EDIT: done

bors bot added a commit that referenced this issue Jul 24, 2019
197: Add windows cross-build in CI r=mkmik a=mkmik

Automate #85

Co-authored-by: Marko Mikulicic <mkm@bitnami.com>
@jordan-owen
Copy link

For anyone that needs to automate this, I made a PowerShell script for automating the installation on Windows for users. It gets the latest Windows release, unpacks and adds to PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants