Fix GoReleaser config

This commit is contained in:
James Mills 2023-01-21 11:41:08 +10:00
parent 27cd821c82
commit 77feb50073
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

@ -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: