1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

removed ldflags

This commit is contained in:
Carlos Alexandro Becker 2017-05-10 10:41:26 -03:00
parent 0b320f2d2c
commit 2af8d94f94
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,7 +1,6 @@
homepage: &homepage http://goreleaser.github.io
description: &description Deliver Go binaries as fast and easily as possible
build:
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -linkmode external -extldflags "-static"
goos:
- linux
- darwin