Skip to content

Commit

Permalink
Change collectors path in the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 11, 2023
1 parent 4afacd6 commit 5841138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ push-chocolatey: ## Push Chocolatey .nupkg file

package-tar: ## Create tar archive for all platforms
@mkdir -p dist/pkg
@tar --transform="s|/build|/graylog-sidecar|" --transform="s|/dist||" \
@tar --transform="s|/build|/graylog-sidecar|" --transform="s|/dist|/graylog-sidecar|" \
-Pczf dist/pkg/graylog-sidecar-$(COLLECTOR_VERSION)$(COLLECTOR_VERSION_SUFFIX).tar.gz \
./build \
./dist/collectors/auditbeat/linux/arm64/auditbeat \
Expand Down

0 comments on commit 5841138

Please sign in to comment.