Skip to content

Commit

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

0 comments on commit 5a6992d

Please sign in to comment.