fix goreleaser
This commit is contained in:
parent
e60a0b0427
commit
a15ec9b335
|
@ -4,9 +4,8 @@ builds:
|
|||
main: ./cmd/darktile
|
||||
binary: darktile
|
||||
ldflags:
|
||||
- "-X github.com/liamg/darktile/internal/app/darktile/version.Version={{.Version}} -s -w -extldflags '-fno-PIC -static'"
|
||||
- "-X github.com/liamg/darktile/internal/app/darktile/version.Version={{.Version}}"
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
- GOFLAGS=-mod=vendor
|
||||
goos:
|
||||
- linux
|
||||
|
|
Loading…
Reference in New Issue