sq/.goreleaser-linux-amd64.yml

26 lines
481 B
YAML
Raw Normal View History

before:
hooks:
- go mod tidy
dist: dist-linux
builds:
-
main: .
binary: sq
env:
- CGO_ENABLED=1
- CGO_LDFLAGS=-static
goos:
- linux
goarch:
- amd64
ldflags:
- -s -w
- -X github.com/neilotoole/sq/cli/buildinfo.Version=v{{ .Version }}
- -X github.com/neilotoole/sq/cli/buildinfo.Commit={{ .ShortCommit }}
- -X github.com/neilotoole/sq/cli/buildinfo.Timestamp={{ .Date }}
archives:
- format: binary