kostaleonard / theblockchainkiller

Leo's anti-The Blockchain
MIT License
4 stars 1 forks source link

Add Windows Dockerfile for CI/CD #39

Closed kostaleonard closed 4 hours ago

kostaleonard commented 4 hours ago

As a miner, I want the CI/CD pipeline to run the test suite in a Windows container (in addition to a Linux container) so that I know I am getting good cross-platform support.

kostaleonard commented 4 hours ago

Reconsidering this feature, I'm not sure it's necessary. This app is designed to be deployed in a Linux container, which would run fine on a Windows machine of the same architecture. The only reason I have cross-platform code at all is because I sometimes develop locally on a Windows machine and want to be able to run the test suite. Closing for now.