Skip to content

Commit

Permalink
fix: goreleaser (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Dec 5, 2023
1 parent e71bc30 commit 7555ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.so
*.dylib
bin/
dist/

# Test binary, built with `go test -c`
*.test
Expand Down
4 changes: 2 additions & 2 deletions .gorelaser.yml → .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ builds:
goarch:
- amd64
- arm64
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
ldflags: -s -w -X main.Version={{ .Version }} -X main.GitTag={{ .Tag }} -X main.BuildDate={{ .Date }}
env:
- CGO_ENABLED=0

checksum:
name_template: {{ .ProjectName }}-{{ .Version }}-SHA256SUMS'
name_template: "{{ .ProjectName }}-{{ .Version }}-SHA256SUMS"
algorithm: sha256

0 comments on commit 7555ed5

Please sign in to comment.