File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : go
22go :
3- - 1.x
3+ - 1.x
44
55env :
66 global :
77 - CGO_ENABLED=0
88
99before_deploy :
1010 - mkdir -p release
11- - " GOOS=linux GOARCH=amd64 go build -a -ldflags '-extldflags " -static"' - o release/datahandlercli-v$TRAVIS_TAG-linux-amd64"
12- - " GOOS=darwin GOARCH=amd64 go build -a -ldflags '-extldflags " -static"' - o release/datahandlercli-v$TRAVIS_TAG-darwin-amd64"
13- - " GOOS=windows GOARCH=amd64 go build -a -ldflags '-extldflags " -static"' - o release/datahandlercli-v$TRAVIS_TAG-windows-amd64"
11+ - " GOOS=linux GOARCH=amd64 go build -o release/datahandlercli-v$TRAVIS_TAG-linux-amd64"
12+ - " GOOS=darwin GOARCH=amd64 go build -o release/datahandlercli-v$TRAVIS_TAG-darwin-amd64"
13+ - " GOOS=windows GOARCH=amd64 go build -o release/datahandlercli-v$TRAVIS_TAG-windows-amd64"
1414
1515deploy :
1616 provider : releases
You can’t perform that action at this time.
0 commit comments