Skip to content

Commit

Permalink
Add goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernalbers committed Apr 11, 2024
1 parent 50a6235 commit f5566d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
version: 1

builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: binary

changelog:
sort: empty

0 comments on commit f5566d4

Please sign in to comment.