Fix GoReleaser config
This commit is contained in:
parent
27cd821c82
commit
77feb50073
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
builds:
|
builds:
|
||||||
- id: tube
|
- id: tube
|
||||||
binary: tube
|
binary: tube
|
||||||
main: .
|
main: ./cmd/tube/...
|
||||||
tags:
|
tags:
|
||||||
- embed
|
- embed
|
||||||
- static_build
|
- static_build
|
||||||
|
@ -10,6 +10,7 @@ builds:
|
||||||
-w
|
-w
|
||||||
-X git.mills.io/prologic/tube.Version={{.Version}}
|
-X git.mills.io/prologic/tube.Version={{.Version}}
|
||||||
-X git.mills.io/prologic/tube.Commit={{.Commit}}
|
-X git.mills.io/prologic/tube.Commit={{.Commit}}
|
||||||
|
-X git.mills.io/prologic/tube.Build={{.Date}}
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
|
|
Loading…
Reference in a new issue