Skip to content

Commit

Permalink
Merge pull request #5 from logzio/development
Browse files Browse the repository at this point in the history
v0.56.1
  • Loading branch information
yotamloe authored Aug 3, 2022
2 parents 67e1f75 + c192af4 commit 4f1d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ otelcol-logzio-all-sys: otelcol-logzio-darwin_amd64 otelcol-logzio-linux_amd64 o

.PHONY: otelcol-logzio-darwin_amd64
otelcol-logzio-darwin_amd64:
GOOS=darwin GOARCH=amd64 $(MAKE) build BINARY_NAME=$(BINARY_NAME)-darwin_amd64
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 $(MAKE) build BINARY_NAME=$(BINARY_NAME)-darwin_amd64

.PHONY: otelcol-logzio-linux_amd64
otelcol-logzio-linux_amd64:
Expand Down

0 comments on commit 4f1d102

Please sign in to comment.