We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e965788 commit 6546b05Copy full SHA for 6546b05
.travis.yml
@@ -5,7 +5,7 @@ after_success:
5
- bash <(curl -s https://codecov.io/bash)
6
before_deploy:
7
- rm -f env-aws-params
8
-- GOOS=linux GOARCH=amd64 go build -ldflags="-w -s -X main.VersionString=v${TRAVIS_TAG}"
+- GOOS=linux GOARCH=amd64 go build -ldflags="-w -s -X main.VersionString=v${TRAVIS_TAG} -a -installsuffix cgo"
9
- zip env-aws-params_${TRAVIS_TAG}_linux_amd64.zip env-aws-params
10
deploy:
11
provider: releases
0 commit comments