Skip to content

Commit

Permalink
Fix release setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 18, 2017
1 parent 3f39760 commit f014cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
dependencies:
pre:
- sudo apt-get update; sudo apt-get install clang-3.6
deployment:
tag:
tag: /v[0-9]+(\.[0-9]+)*(-.*)*/
owner: bep
commands:
- gem install fpm
- export CC="clang-3.6"
- curl -sL https://git.io/goreleaser | bash
3 changes: 1 addition & 2 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build:
main: main.go
binary: s3deploy
ldflags: -s -w -linkmode external -extldflags "-static"
goos:
- darwin
- linux
Expand All @@ -15,7 +14,7 @@ fpm:
formats:
- deb
vendor: "bep"
url: "https://github.com/bep/s3deploy"
homepage: "https://github.com/bep/s3deploy"
maintainer: "<Bjørn Erik Pedersen [email protected]>"
description: "A simple tool to deploy static websites to Amazon S3 with Gzip and custom headers support."
license: "BSD 2-clause"
Expand Down

0 comments on commit f014cd2

Please sign in to comment.