Skip to content

Commit

Permalink
style: remove unnecessary environment variable in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Apr 17, 2024
1 parent be7d92e commit 62d50e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ before:
- go mod tidy
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
binary: xatu-{{.Version}}
- binary: xatu-{{.Version}}
goos:
- linux
- windows
Expand Down

0 comments on commit 62d50e7

Please sign in to comment.