Skip to content

Commit 7c97e1d

Browse files
committed
build windows binaries
1 parent 9530b2a commit 7c97e1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ before_deploy:
2525
- cp LICENSE ckube_darwin_amd64/LICENSE
2626
- tar -czvf ckube_darwin_amd64.tar.gz ckube_darwin_amd64
2727
- zip -r ckube_darwin_amd64.zip ckube_darwin_amd64
28+
- GOOS=windows GOARCH=amd64 go build -o ckube_windows_amd64/ckube.exe
29+
- cp LICENSE ckube_windows_amd64/LICENSE
30+
- zip -r ckube_windows_amd64.zip ckube_windows_amd64
2831
deploy:
2932
provider: releases
3033
api_key:

0 commit comments

Comments
 (0)