lxc / go-lxc

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

Added static build support using -tags static_build #128

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.

brauner commented 5 years ago

Seems reasonable to me.

brauner commented 5 years ago

Thanks!