Skip to content

Commit

Permalink
style: Update GoReleaser configuration order
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Nov 7, 2024
1 parent 53bad3e commit 53df69e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- windows
- linux
goarch:
- amd64
- arm64
ldflags:
- "-X main.Version={{.Version}}"

archives:
- format: tar.gz
Expand Down

0 comments on commit 53df69e

Please sign in to comment.