You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new jaeger-client-csharp there will be those wanting to run the Jaeger Agent on Windows where their services are hosted. I've tested building the agent with GOOS=windows and it works on Windows.
Would we be able to publish the binary produced for Windows? I think having a Windows binary available for download would greatly help the adoption of the C# client and those on Windows. I can submit a PR with the Makefile targets to build the agent for Windows.
The text was updated successfully, but these errors were encountered:
Would be nice. There have been requests for binary distros for Linux too, in addition to docker images. The main thing we're missing is the deploy stage in Travis, so a PR to add that would be most welcome.
With the new jaeger-client-csharp there will be those wanting to run the Jaeger Agent on Windows where their services are hosted. I've tested building the agent with
GOOS=windows
and it works on Windows.Would we be able to publish the binary produced for Windows? I think having a Windows binary available for download would greatly help the adoption of the C# client and those on Windows. I can submit a PR with the Makefile targets to build the agent for Windows.
The text was updated successfully, but these errors were encountered: