From f014cd21d7f11250f8fffa4c17185d81805792c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 18 Aug 2017 10:52:15 +0200 Subject: [PATCH] Fix release setup --- circle.yml | 4 ---- goreleaser.yml | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index 030f309..bf2984f 100644 --- a/circle.yml +++ b/circle.yml @@ -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 \ No newline at end of file diff --git a/goreleaser.yml b/goreleaser.yml index d79f3fc..5c162a5 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -1,7 +1,6 @@ build: main: main.go binary: s3deploy - ldflags: -s -w -linkmode external -extldflags "-static" goos: - darwin - linux @@ -15,7 +14,7 @@ fpm: formats: - deb vendor: "bep" - url: "https://github.com/bep/s3deploy" + homepage: "https://github.com/bep/s3deploy" maintainer: "" description: "A simple tool to deploy static websites to Amazon S3 with Gzip and custom headers support." license: "BSD 2-clause"