1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00

Revert "trying with netgo"

This reverts commit 92d897d9bb9dc687fd0086550e9e4cdf9d6c6ede.

same error as before
This commit is contained in:
Carlos Alexandro Becker 2017-05-10 14:12:19 -03:00
parent 92d897d9bb
commit 5eee70de8b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,9 +1,6 @@
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