utkuozdemir/nvidia_gpu_exporter

Create MSI installer

utkuozdemir opened this issue · 5 comments

That would be really awesome, especially if it includes everything to setup a service, so one does not have to fetch all those dependencies.

Yes, put it there to not forget about the idea. Would like to do it some time, but I'm not sure when or if ever I'll get to that.

I refer to the msi packaging logic of windows-exporter, and use wix to realize the packaging and generate the msi format installation package in this pr #120 .

However, goreleaser does not seem to support the release of custom files, so I added a release-msi job to the workflow of github. I feel that some adjustments are needed here to adapt to the original compilation and release style. @utkuozdemir

Thanks for the work, let's move the discussion to the PR.