core/.goreleaser.yml

31 lines
728 B
YAML
Raw Permalink Normal View History

2024-03-31 08:23:10 +00:00
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
before:
hooks: []
builds:
2024-03-31 09:28:24 +00:00
- main: ./cmd/twhelp
env:
2024-03-31 08:23:10 +00:00
- CGO_ENABLED=0
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
ldflags:
- -X main.version={{.Version}}
goos:
- linux
goarch:
- amd64
- arm64
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: binary
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256
changelog:
2024-03-31 10:00:55 +00:00
disable: false
2024-03-31 09:35:40 +00:00
gitea_urls:
api: https://gitea.dwysokinski.me/api/v1
download: https://gitea.dwysokinski.me