chore(build): remove goreleaser configuration
All checks were successful
CI / Test (push) Successful in 33s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 19s

Delete the .goreleaser.yaml file as it's no longer needed for the build and release process.
This commit is contained in:
Greg Gauthier 2026-03-02 21:39:21 +00:00
parent 918ccc01c8
commit 599b478a17

View File

@ -1,27 +0,0 @@
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
binary: grokkit
ldflags:
- -s -w
- -X gmgauthier.com/grokkit/internal/version.Version={{.Version}}
- -X gmgauthier.com/grokkit/internal/version.Commit={{.Commit}}
- -X gmgauthier.com/grokkit/internal/version.BuildDate={{.Date}}
- -trimpath
archives:
- format: tar.gz
name_template: 'grokkit_{{.Os}}_{{.Arch}}_{{.Version}}.tar.gz'
- format: zip
name_template: 'grokkit_{{.Os}}_{{.Arch}}_{{.Version}}.zip'
os: windows
checksum:
name_template: 'checksums.txt'