fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.34k stars 607 forks source link

Binary version #92

Open luckyraul opened 4 years ago

luckyraul commented 4 years ago

Can you make a release with binary independent version?

I need to deploy this binary for multiple production servers. We do not need to install go.

mathieu-aubin commented 2 years ago

Installing GO takes litterally 1 minute, assuming your internet is decent. Then you build your own, which again takes litterally 2 minutes.

This time saving for a developper stand point is considerable, specially considering the massive amount of scenarios to adhere to. Go combined with git is great for that automation but still...

Maybe do a pull request with a automated git action of some sort that fullfils you need?

Or, just dismiss what i wrote, just a honest opinion...

If you need to deploy to 'multiple servers' i suggest you get your ducks in a row and use/create tools that help. Otherwise, you'll be out of a job in no time!