mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
config BR2_PACKAGE_HOST_MOBY_BUILDKIT
|
|
bool "host moby-buildkit"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
BuildKit is a toolkit for converting source code to build
|
|
artifacts in an efficient expressive and repeatable manner.
|
|
|
|
https://github.com/moby/buildkit
|