Skip to content

Commit

Permalink
Add .goreleaser.yaml
Browse files Browse the repository at this point in the history
Will help us with builds on GitHub.

Signed-off-by: Maksim Nabokikh <[email protected]>
  • Loading branch information
nabokihms authored Mar 7, 2024
1 parent b5e56e4 commit 6a36025
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
builds:
- env:
- GODEBUG=cgocheck=0
main: main.go
binary: d8
goos:
- linux
goarch:
- amd64
checksum:
name_template: "checksums.txt"

0 comments on commit 6a36025

Please sign in to comment.