add build windows binary

This commit is contained in:
zhiqiang feng
2020-12-24 10:41:51 +08:00
parent 710932d03b
commit 22c8cbfd8d
+1
View File
@@ -23,6 +23,7 @@ steps:
GOPROXY: https://goproxy.io
commands:
- go build -o tele-recv-linux
- GOOS=windows GOARCH=amd64 go build -o tele-recv-win64.exe
- name: release
image: plugins/gitea-release