go-pingbot/.goreleaser.yml

34 lines
539 B
YAML
Raw Normal View History

2021-07-14 11:23:30 +00:00
project_name: pingbot
2021-07-14 09:52:50 +00:00
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
2021-07-14 11:23:30 +00:00
binary: '{{ .ProjectName }}.out'
ldflags:
- -s -w
- -X gitlab.com/gaming0skar123/go/pingbot/config.Version={{.RawVersion}}
- -X gitlab.com/gaming0skar123/go/pingbot/config.Build={{.Date}}
2021-07-14 09:52:50 +00:00
archives:
- format: tar.gz
files:
2021-07-29 18:51:15 +00:00
- .env.schema
- config.schema.toml
- README.md
2021-08-17 21:26:19 +00:00
- LICENSE
2021-08-29 10:19:54 +00:00
- start.sh
2021-07-14 09:52:50 +00:00
checksum:
name_template: 'md5_checksums.txt'
algorithm: md5