distea/.goreleaser.yaml
jolheiser e424705b22
Some checks failed
build nightly / build nightly (push) Failing after 24s
build: update goreleaser config (#18)
https://goreleaser.com/deprecations/#archivesreplacements

Rather than the example template given, I've just removed this section entirely. I sincerely doubt anyone else uses this binary, and soon not even I will be using it after transitioning to nix.

As an aside to the above statement, a future PR can likely remove goreleaser altogether. A regular `go build` can be used to test PRs, but that's about it.

Reviewed-on: #18
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
2024-02-06 03:03:07 +00:00

20 lines
340 B
YAML

builds:
- main: ./cmd/distea
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
ldflags:
- "-s -w -X main.Version={{.Version}}"
checksum:
name_template: 'checksums.txt'
release:
gitea:
owner: gitea
name: distea
gitea_urls:
api: https://gitea.com/api/v1/
download: https://gitea.com