go-pingbot/.goreleaser.yml
Medzik 021fc6ea62 update
- updated bash scripts
- renamed env schema
- updated binary archive from tar.gz to tar.xz
- update workflows
2021-09-01 12:49:56 +00:00

34 lines
538 B
YAML

project_name: pingbot
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
goarch:
- amd64
binary: '{{ .ProjectName }}.out'
ldflags:
- -s -w
- -X gitlab.com/gaming0skar123/go/pingbot/config.Version={{.RawVersion}}
- -X gitlab.com/gaming0skar123/go/pingbot/config.Build={{.Date}}
archives:
- format: tar.xz
files:
- schema.env
- config.schema.toml
- README.md
- LICENSE
- start.sh
checksum:
name_template: 'md5_checksums.txt'
algorithm: md5