mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 12:33:44 +03:00
24 lines
452 B
YAML
24 lines
452 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={{ .Version }}
|
||
|
- -X github.com/neilotoole/sq/cli/buildinfo.Commit={{ .ShortCommit }}
|
||
|
- -X github.com/neilotoole/sq/cli/buildinfo.Timestamp={{ .Date }}
|
||
|
|
||
|
archives:
|
||
|
- format: binary
|