mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-24 21:18:48 +03:00
aee9e2ed5b
* wip * wip * Updated install.sh to support alpine/apk * tidied up install.sh output for apk * refactor install.sh; hopefully embedded version info now includes 'v' * install.sh cleanup
24 lines
453 B
YAML
24 lines
453 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy
|
|
|
|
dist: dist-windows
|
|
|
|
builds:
|
|
- main: .
|
|
binary: sq
|
|
env:
|
|
- CGO_ENABLED=1
|
|
goos:
|
|
- windows
|
|
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
|