lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
430 stars 76 forks source link

Added static build support using -tags static_build #127

Closed CajuM closed 5 years ago

CajuM commented 5 years ago

Some golang applications may require static builds of their binaries such as OCI runtimes(crio-lxc). This PR adds support for this use-case by adding a static_build tag.