ivaaaan / smug

Session manager and task runner for tmux. Start your development environment within one command.
MIT License
712 stars 29 forks source link

musl target in releases? #121

Closed sleewoo closed 1 year ago

sleewoo commented 1 year ago

Hi, just built smug under AlpineLinux and works pretty well.

Wonder if you'd add musl target to the builder.

Thanks.

ivaaaan commented 1 year ago

Hey. I'm not sure what it means. To which builder do you want to add this target? I think binary should already work with alpine

ivaaaan commented 1 year ago
$ docker run -v (pwd)/smug:/smug -it alpine                                                                                                                                       
/ # ./smug
Smug - tmux session manager. Version v0.3.3
sleewoo commented 1 year ago

i mean on releases page, there are builds for Linux_arm64, Linux_x86_64 etc. but not for Linux_musl

so have to download sources and lot of MB to build it. would be nice to have a build for Alpine Linux as well.

thanks.

sleewoo commented 1 year ago

wait a minute, just tried Linux_x86_64 and works perfect under Alpine!

sleewoo commented 1 year ago

sorry, my bad :) had to check before, thanks for smug, it's great!

finally got rid rid of ruby, for years was was installing it for just tmuxinator

ivaaaan commented 1 year ago

Np :) Thanks for your feedback. I will close the issue for now