Skip to content

Commit

Permalink
fix: fix allow for multiple builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Oct 13, 2023
1 parent 3c299de commit e31863c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@ before:
builds:
- env:
- CGO_ENABLED=0
- main: ./cmd/cosmos-exporter
id: "cosmos-exporter"
binary: "cosmos-exporter"
goos:
- linux
- windows
- darwin
- main: ./cmd/kuji-cosmos-exporter
id: "kuji-cosmos-exporter"
binary: "kuji-cosmos-exporter"
goos:
- linux
- windows
- darwin
- main: ./cmd/sei-cosmos-exporter
id: "sei-cosmos-exporter"
binary: "sei-cosmos-exporter"
goos:
- linux
- windows
Expand Down

0 comments on commit e31863c

Please sign in to comment.