Skip to content

Commit

Permalink
fix: fix allow for multiple builds. x3
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Oct 13, 2023
1 parent 59b0390 commit 8d49f2d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,32 @@ before:
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
- main: ./cmd/cosmos-exporter
id: "cosmos-exporter"
binary: "cosmos-exporter"
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- main: ./cmd/kuji-cosmos-exporter
id: "kuji-cosmos-exporter"
binary: "kuji-cosmos-exporter"
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- main: ./cmd/sei-cosmos-exporter
id: "sei-cosmos-exporter"
binary: "sei-cosmos-exporter"
env:
- CGO_ENABLED=0

goos:
- linux
- windows
Expand Down

0 comments on commit 8d49f2d

Please sign in to comment.