Gitea release plugin on windows 2019

When running this plugin we get this error:

 docker run --rm  plugins/gitea-release:1.0-windows-amd64
docker: Error response from daemon: hcsshim::CreateComputeSystem 44984ffc41fb3fe04fe8de525469a9cc02e4267aa8de82bec904fce
2b5b23d63: The container operating system does not match the host operating system.

Also when specifying a specific tag:

docker run --rm  plugins/gitea-release:1.0-windows-amd64
docker: Error response from daemon: hcsshim::CreateComputeSystem 44984ffc41fb3fe04fe8de525469a9cc02e4267aa8de82bec904fce
2b5b23d63: The container operating system does not match the host operating system.

The strange thing is: this has worked before, perhaps docker was updated on our server?

plugins need to be explicitly compiled and published for windows. to my knowledge, the gitea release plugin has never been published on windows. If you look at the .drone.yml for this plugin you will see there is no windows pipeline, and there have not been any changes to this plugin for quite some time.

The windows builds are in a different file:

Also this plugin has been working at least until 2 months ago on the same server.

Also this plugin has been working at least until 2 months ago on the same server.

This was a misconception - it looks like the other pipeline build the file on windows, stored it using rsync and then released it from linux.

The .drone.windows.yml file was never used, at least not officially (drone can only use a single yaml). It looks like one of our community maintainers must have manually built and pushed a windows image, on his own infrastructure.