How to build telegraf to use windows i386

Thank you always for your help

I already knew this file telegraf-nightly_windows_i386.zip

but i want to know how to bulid windows i386 version based on the latest master version

i can’t find branch (windows i386 )

I’d like to know how telegraf.exe of telegraf-nightly_windows_i386.zip are created.

I am not talking about performance counter issue.

Thank you very much!!!

These instructions should work for compiling telegraf.exe:

Hello.

I knew how to Compiling telegraf.exe
It works very well in windows_x64.
But it doesn’t work on Windows_x86, so I used telegraf-nightly_windows_i386.zip ( your Link )
And in fact, it worked fine in Windows_x86.

But I want to build this for the Windows_x86.
i want to know Windows_x86 Version Compiling Method

I wonder if there is any option to build for windows_x86 or to modify the code.
So I want to know what to do when I’m actually Compiling to get me to work with Windows_x86.
I am not talking about performance counter issue.

Thank you

The only thing I can think of is that if you are compiling on a 64-bit Windows system you need to compile with the environment variable GOARCH=386 set. The exact details are in scripts/build.py