Skip to content

Commit

Permalink
fix : goreleaser builds linux windows
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Dec 17, 2023
1 parent 32ccc3a commit 42fde7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- skip: true
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin

archives:
- format: tar.gz
Expand Down

0 comments on commit 42fde7d

Please sign in to comment.