Skip to content

Commit

Permalink
releaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan-Zamfir committed Jun 11, 2024
1 parent af3db2d commit 3237ca7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
builds:
- binary: norm
goos:
- darwin
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
flags:
- -mod=vendor
release:
prereleases: auto

universal_binaries:
- replace: true

checksum:
name_template: 'checksums.txt'




File renamed without changes.

0 comments on commit 3237ca7

Please sign in to comment.