-
Notifications
You must be signed in to change notification settings - Fork 687
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
Comments
v0.7 win build |
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. |
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 |
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. |
https://github.com/bitnami-labs/sealed-secrets/releases/tag/v0.8.0-rc.1 release contains an official windows binary |
@mkmik This is wonderful, thank you! It looks like the v0.8.0 release is missing the Windows binary, though. :) |
@brantb I marked it pre-release until I upload the windows binary manually EDIT: done |
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. |
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.The text was updated successfully, but these errors were encountered: