sensu client supported on windows 2016 data center?

Hi,

Is the windows sensu client sensu-0.26.5-1.msi supported officially for windows 2016 datacenter?

I tried to install the client and while it was installed just fine, I couldn’t start the service.

There was no log recorded but I found the following entry on the windows application log:

Service cannot be started. System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.

at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)

at winsw.WrapperService.StartProcess(Process process, String arguments, String executable)

at winsw.WrapperService.OnStart(String _)

at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

Tried to set the binary compatibility to Windows 8 and didn’t help. I followed the official instruction to create the service wrapper: https://sensuapp.org/docs/latest/platforms/sensu-on-microsoft-windows.html

Appreciate any feedback,