knight42 / krelay

A better alternative to `kubectl port-forward` that can forward TCP or UDP traffic to IP/Host which is accessible inside the cluster.
MIT License
244 stars 14 forks source link

feat: build for Windows as well #18

Closed helmuthb closed 1 year ago

helmuthb commented 1 year ago

This attempts to add Windows (client) to the build - to fix #16.

The changes are:

Apologies for any errors. It's only partially possible to check the correct working as I had to make other changes for a test (like publishing to my fork instead of yours), and I also did not test the steps for publishing to krew. So there is some risk it won't work correctly without some fixes.