Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Makefile): add Windows build target and refactor build commands
- Introduced a `build-windows` target to build the Kion CLI for Windows (GOOS=windows, GOARCH=amd64). - Refactored `build` target to utilize `LDFLAGS` for setting version information and compressing binaries. - Added `GO` variable for the Go compiler to allow more flexible build commands. - Updated the clean target to remove the Windows binary (`kion_windows.exe`).
- Loading branch information