Particular / setup-ravendb-action

Runs RavenDB for a GitHub Actions workflow
MIT License
0 stars 0 forks source link

Leverage windows images on docker for Windows #14

Open danielmarbach opened 1 year ago

danielmarbach commented 1 year ago

RavenDB also supports Windows containers. It would be possible to use Windows containers on Windows and Linux containers on Linux to speed up the execution and reduce the friction of Azure Container Instances. But it might expose us to problems down the line when RavenDB no longer offers windows containers

danielmarbach commented 1 year ago

https://github.com/Particular/setup-ravendb-action/pull/19

danielmarbach commented 1 year ago

Tried it out here https://github.com/Particular/NServiceBus.RavenDB/pull/1098 but stopped for now since it was a time sink