Skip to content

Commit

Permalink
Add goreleaser config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernalbers committed Jun 6, 2024
1 parent 41e09f8 commit 9a45290
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 1

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

archives:
- format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"

checksum:
name_template: "{{ .ProjectName }}-checksums.txt"

0 comments on commit 9a45290

Please sign in to comment.