Skip to content

Commit

Permalink
setting env
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanjayam committed Jan 19, 2024
1 parent 68265c4 commit bcb0bf0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ builds:
- main: cmd/plax/main.go
id: plax
binary: plax
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -21,7 +22,8 @@ builds:
- main: cmd/plaxrun/main.go
id: plaxrun
binary: plaxrun
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -32,7 +34,8 @@ builds:
- main: cmd/plaxrun/plugins/report/stdout/main.go
id: plaxrun_report_stdout
binary: plaxrun_report_stdout
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -43,7 +46,8 @@ builds:
- main: cmd/plaxrun/plugins/report/octane/main.go
id: plaxrun_report_octane
binary: plaxrun_report_octane
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -54,7 +58,8 @@ builds:
- main: cmd/plaxrun/plugins/report/rp/main.go
id: plaxrun_report_rp
binary: plaxrun_report_rp
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -65,7 +70,8 @@ builds:
- main: cmd/yamlincl/main.go
id: yamlincl
binary: yamlincl
buildmode: 'c-shared'
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand Down

0 comments on commit bcb0bf0

Please sign in to comment.