mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-23 05:45:41 -05:00
static build use netgo
This commit is contained in:
parent
7b20d39dcc
commit
7094f71f43
@ -7,8 +7,11 @@ before:
|
|||||||
# you may remove this if you don't need go generate
|
# you may remove this if you don't need go generate
|
||||||
# - go generate ./...
|
# - go generate ./...
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- ldflags: '-s -w -linkmode external -extldflags "-static" -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser'
|
||||||
|
env:
|
||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=1
|
||||||
|
flags:
|
||||||
|
- -tags=netgo
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
# - windows
|
# - windows
|
||||||
|
Loading…
Reference in New Issue
Block a user