Closed sleewoo closed 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
$ docker run -v (pwd)/smug:/smug -it alpine
/ # ./smug
Smug - tmux session manager. Version v0.3.3
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.
wait a minute, just tried Linux_x86_64 and works perfect under Alpine!
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
Np :) Thanks for your feedback. I will close the issue for now
Hi, just built
smug
underAlpineLinux
and works pretty well.Wonder if you'd add
musl
target to the builder.Thanks.