cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

Enable cnab-go to be built on Windows #131

Open simongdavies opened 5 years ago

simongdavies commented 5 years ago

Makefile does not work on windows No instructions in readme for windows Some tests fail on windows

radu-matei commented 5 years ago

Totally agree, and this would be a good time to add cross platform builds on Windows. Thanks for reporting this!

carolynvs commented 3 years ago

We had the same concern for Porter and have been very happy with switching from make+bash to mage (https://magefile.org). So that may be one way to address this that doesn't involve shoving it all into Docker.