Skip to content

Commit

Permalink
add windows binary
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Nov 15, 2018
1 parent e91ad2e commit 6cf0dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/knctl
/knctl-darwin-amd64
/knctl-linux-amd64
/knctl-windows-amd64
1 change: 1 addition & 0 deletions hack/build-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ set -e -x -u

GOOS=darwin GOARCH=amd64 go build -o knctl-darwin-amd64 ./cmd/...
GOOS=linux GOARCH=amd64 go build -o knctl-linux-amd64 ./cmd/...
GOOS=windows GOARCH=amd64 go build -o knctl-windows-amd64 ./cmd/...

shasum -a 256 ./knctl-*-amd64

0 comments on commit 6cf0dac

Please sign in to comment.