aviaviavi / confetti

Small CLI tool for configuration file management and swapping
MIT License
33 stars 4 forks source link

Missing Linux binary for 0.0.2 #5

Closed dmarcoux closed 7 years ago

dmarcoux commented 7 years ago

The title says it all.

Nice update by the way 👍

aviaviavi commented 7 years ago

Thanks for pointing this out, and glad you think so! I had a little technical difficulties with my linux vm this morning which prevented me from getting a build out. I'll get that sorted out shortly and get that uploaded 😄

dmarcoux commented 7 years ago

I'm quite a newbie with Haskell and I'm wondering something. How are you creating your binaries?

You might be already using it, but haskell-builder seems great.

aviaviavi commented 7 years ago

Oooh I've actually never seen this before, pretty cool! I'll give this a spin when I have a chance. Thanks for the suggestion.

I currently just build the binaries manually with stack on my mac and linux machines separately, and upload them. Since there has been so few releases I haven't spent too much time trying to optimize/automate that process. But I definitely have been curious about the Right™ way to do that too. This seems like a great way to get the linux binary built on my mac, and then it could all be scripted nicely.

aviaviavi commented 7 years ago

Linux binary is uploaded!