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 4d6901d commit 3f39760Copy full SHA for 3f39760
circle.yml
@@ -1,10 +1,11 @@
1
-checkout:
2
- post:
3
- - git fetch --tags
+dependencies:
+ pre:
+ - sudo apt-get update; sudo apt-get install clang-3.6
4
deployment:
5
tag:
6
tag: /v[0-9]+(\.[0-9]+)*(-.*)*/
7
owner: bep
8
commands:
9
- gem install fpm
10
+ - export CC="clang-3.6"
11
- curl -sL https://git.io/goreleaser | bash
goreleaser.yml
@@ -1,6 +1,7 @@
build:
main: main.go
binary: s3deploy
+ ldflags: -s -w -linkmode external -extldflags "-static"
goos:
- darwin
- linux
0 commit comments