Skip to content

Commit

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

0 comments on commit 68265c4

Please sign in to comment.