Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <founder@datasherlock.io>
  • Loading branch information
Yuvraj committed May 21, 2024
1 parent 3caed7b commit 7f9aa7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cli/main.go
binary: xray
id: xray-darwin
goos:
Expand All @@ -16,7 +16,7 @@ builds:
- -s -w -X github.com/flyteorg/flytestdlib/version.Version={{.Version}} -X github.com/flyteorg/flytestdlib/version.Build={{.ShortCommit}} -X github.com/flyteorg/flytestdlib/version.BuildTime={{.Date}}
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cli/main.go
binary: xray
id: xray-linux
goos:
Expand All @@ -28,7 +28,7 @@ builds:
- -s -w -X github.com/flyteorg/flytestdlib/version.Version={{.Version}} -X github.com/flyteorg/flytestdlib/version.Build={{.ShortCommit}} -X github.com/flyteorg/flytestdlib/version.BuildTime={{.Date}}
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cli/main.go
binary: xray
id: xray-windows
goos:
Expand Down

0 comments on commit 7f9aa7d

Please sign in to comment.