Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Instruction to create a custom build of Telegraf #2

Open
dgarros opened this issue Aug 19, 2021 · 0 comments
Open

Instruction to create a custom build of Telegraf #2

dgarros opened this issue Aug 19, 2021 · 0 comments

Comments

@dgarros
Copy link

dgarros commented Aug 19, 2021

I was successful to create a custom build of Telegraf with the following instructions to generate packages for x86 and amd64 platforms

docker run -it -v $(pwd):/source -w /source quay.io/influxdb/telegraf-ci:1.16.6 bash -c "amd64=1 i386=1 make package"

We can add more platform if needed, the full list of supported platforms is in the Makefile at the root of the repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant