Skip to content

Commit

Permalink
Fix .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 7, 2023
1 parent 0aaa53c commit d4bc96a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- id: whois
- env:
- main: .
id: whois
binary: whois
env:
- CGO_ENABLED=0
goos:
- linux
Expand Down

0 comments on commit d4bc96a

Please sign in to comment.