Skip to content

Commit

Permalink
enhance: Update goreleaser build main config (#356)
Browse files Browse the repository at this point in the history
goreleaser failed to build due to main.go move to cmd pkg after pr #332

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia authored Feb 21, 2025
1 parent cd46c0e commit d1b0b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before:
builds:
- env:
- CGO_ENABLED=1
main: ./cmd/birdwatcher
goos:
# - linux
#- windows
Expand Down
1 change: 1 addition & 0 deletions .goreleaser-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before:
builds:
- env:
- CGO_ENABLED=1
main: ./cmd/birdwatcher
goos:
- linux
#- windows
Expand Down

0 comments on commit d1b0b99

Please sign in to comment.