Skip to content

Commit

Permalink
Expand goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 1, 2021
1 parent fa8acc4 commit 6d443b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Expand Up @@ -4,11 +4,22 @@ env:
# Require use of Go modules.
- GO111MODULE=on

builds:
- main: ./cmd/tm-load-test/main.go
goos:
- linux
- darwin
- windows
goarch:
- amd64

checksum:
name_template: SHA256SUMS-{{.Version}}.txt
algorithm: sha256

release:
header: |
See the CHANGELOG for details regarding this release.
name_template: "{{.Version}}"

archives:
Expand Down

0 comments on commit 6d443b9

Please sign in to comment.