1
0
Fork 0

Show Go version

master
Ambrose Chua 2018-03-26 21:26:21 +08:00
parent e061bd983a
commit 5186d178c7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ pipeline:
pull: true
commands:
- export FILENAME=${DRONE_REPO_NAME}-${GOOS}-${GOARCH}
- go version
- go build -ldflags "-s -w" -o dist/$FILENAME
release:
image: plugins/github-release