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

trying with netgo

This commit is contained in:
Carlos Alexandro Becker 2017-05-10 14:08:54 -03:00
parent 2af8d94f94
commit 92d897d9bb
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,6 +1,9 @@
homepage: &homepage http://goreleaser.github.io
description: &description Deliver Go binaries as fast and easily as possible
build:
main: main.go
ldflags: -s -w -linkmode external -extldflags "-static"
flags: --tags netgo
goos:
- linux
- darwin