Skip to content

Commit

Permalink
Update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin authored Aug 1, 2023
1 parent 1944d3d commit cebd980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ builds:
- amd64
- arm64
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
- LDFLAGS='-linkmode external -extldflags "-static"'

checksum:
name_template: SHA256SUMS-{{.Version}}.txt
Expand All @@ -29,4 +30,4 @@ release:
archives:
- files:
- LICENSE.md
- README.md
- README.md

0 comments on commit cebd980

Please sign in to comment.