cda5dff3c1
Users may want to use buildkitd and buildkitctl to build images on the host. Adds package host-moby-buildkit and BR2_PACKAGE_HOST_MOBY_BUILDKIT. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
config BR2_PACKAGE_HOST_MOBY_BUILDKIT
|
|
bool "host moby-buildkit"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
help
|
|
BuildKit is a toolkit for converting source code to build
|
|
artifacts in an efficient expressive and repeatable manner.
|
|
|
|
https://github.com/moby/buildkit
|