Skip to content

Commit

Permalink
chore: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbhor committed Jan 16, 2024
1 parent d1a3b90 commit 432da32
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
env:
- CGO_ENABLED=0

before:
hooks:
- go mod tidy

builds:
- env:
- CGO_ENABLED=0
binary: kaf-relay
main: ./
goos:
- windows
- darwin
Expand All @@ -17,11 +15,10 @@ builds:
- netbsd
goarch:
- amd64
ldflags:
- -s -w -X "main.buildString=${BUILDSTR}"

archives:
- format: tar.gz
rlcp: true
files:
- config.toml.sample
- README.md
Expand Down

0 comments on commit 432da32

Please sign in to comment.