Skip to content

Commit

Permalink
fix: update goreleaser config for proper releases
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tak88r committed Feb 4, 2025
1 parent dfb5c85 commit 83cfaf2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,27 @@ builds:
- darwin
goarch:
- amd64
- arm64
ldflags:
- -s -w

archives:
- format_overrides:
- id: apkx
name_template: >-
{{ .ProjectName }}-
{{- title .Os }}-
{{- if eq .Arch "amd64" }}x86_64{{ end }}
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- config/**/*
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 83cfaf2

Please sign in to comment.