Skip to content

Commit 6546b05

Browse files
committed
cgo required?
1 parent e965788 commit 6546b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ after_success:
55
- bash <(curl -s https://codecov.io/bash)
66
before_deploy:
77
- rm -f env-aws-params
8-
- GOOS=linux GOARCH=amd64 go build -ldflags="-w -s -X main.VersionString=v${TRAVIS_TAG}"
8+
- GOOS=linux GOARCH=amd64 go build -ldflags="-w -s -X main.VersionString=v${TRAVIS_TAG} -a -installsuffix cgo"
99
- zip env-aws-params_${TRAVIS_TAG}_linux_amd64.zip env-aws-params
1010
deploy:
1111
provider: releases

0 commit comments

Comments
 (0)