Skip to content

Commit

Permalink
fix: compile the integration statically (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso authored Mar 20, 2023
1 parent 0bc4c01 commit abe4762
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Bugfix
- Compile the integration statically

## v3.4.0 - 2023-03-16

### 🛡️ Security notices
Expand Down
4 changes: 4 additions & 0 deletions build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ builds:
binary: nri-kafka
ldflags:
- -s -w -X main.integrationVersion={{.Version}} -X main.gitCommit={{.Commit}} -X main.buildDate={{.Date}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
Expand All @@ -21,6 +23,8 @@ builds:
binary: nri-kafka
ldflags:
- -s -w -X main.integrationVersion={{.Version}} -X main.gitCommit={{.Commit}} -X main.buildDate={{.Date}}
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
Expand Down

0 comments on commit abe4762

Please sign in to comment.