wasp-lang / haskell-handbook

Best practices on how to be efficient with Haskell in production
90 stars 5 forks source link

[New topic] Distributing binaries #10

Open Martinsos opened 3 years ago

soupi commented 3 years ago

Two useful tools:

soupi commented 2 years ago

Also seems to be possible to just use alpine

Martinsos commented 2 years ago

Just using alpine sounds great! I ended up building on ubuntu, also without too much trouble, but alpine is even better since it gives more assurance that static binary is indeed static. I will keep this in mind when writing this blog post!