Skip to content

Commit

Permalink
Update .goreleaser.yml for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed May 19, 2024
1 parent 70cb096 commit 3edc083
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
21 changes: 12 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
project_name: k2tf
builds:
- env:
- id: k2tf
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- arm64

checksum:
name_template: "checksums.txt"
archives:
- id: k2tf
builds:
- k2tf
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ title .Os }}_{{ .Arch }}"
snapshot:
name_template: "{{ .Tag }}-dev"
name_template: "{{ .Tag }}-dev-{{ .ShortCommit }}"
changelog:
sort: asc
filters:
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
golang 1.22
golang 1.22
goreleaser latest

0 comments on commit 3edc083

Please sign in to comment.