xgo icon indicating copy to clipboard operation
xgo copied to clipboard

musl targets

Open mcandre opened this issue 5 years ago • 1 comments

Could we get musl/Linux targets going? For example, Alpine Linux, Void Linux, or OpenWrt. That way, our Go apps can deploy in more lean environments!

And it would be good to use a "gnu" distinguished name for the (GNU) Linux targets.

mcandre avatar Mar 04 '20 22:03 mcandre

This may not be necessary. Go likes to bundle libraries into the binary. I think that would include cgo native libraries.

mcandre avatar Aug 22 '21 17:08 mcandre