Skip to content

Commit f014cd2

Browse files
committed
Fix release setup
1 parent 3f39760 commit f014cd2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

circle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
dependencies:
2-
pre:
3-
- sudo apt-get update; sudo apt-get install clang-3.6
41
deployment:
52
tag:
63
tag: /v[0-9]+(\.[0-9]+)*(-.*)*/
74
owner: bep
85
commands:
96
- gem install fpm
10-
- export CC="clang-3.6"
117
- curl -sL https://git.io/goreleaser | bash

goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
build:
22
main: main.go
33
binary: s3deploy
4-
ldflags: -s -w -linkmode external -extldflags "-static"
54
goos:
65
- darwin
76
- linux
@@ -15,7 +14,7 @@ fpm:
1514
formats:
1615
- deb
1716
vendor: "bep"
18-
url: "https://github.com/bep/s3deploy"
17+
homepage: "https://github.com/bep/s3deploy"
1918
maintainer: "<Bjørn Erik Pedersen [email protected]>"
2019
description: "A simple tool to deploy static websites to Amazon S3 with Gzip and custom headers support."
2120
license: "BSD 2-clause"

0 commit comments

Comments
 (0)