Skip to content

Commit

Permalink
fix: goreleaser - use binary/ command combo
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Aug 23, 2024
1 parent 7e33a54 commit 283c3e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ builds:
goarch:
- amd64
- arm64
main: ./cmd/thor/main.go
id: thor
binary: ./bin/thor
command: make thor
- env:
- CGO_ENABLED=0
goos:
Expand All @@ -27,7 +29,8 @@ builds:
goarch:
- amd64
- arm64
main: ./cmd/disco/main.go
id: disco
binary: ./bin/disco
command: make disco

release:
Expand Down

0 comments on commit 283c3e1

Please sign in to comment.