mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
clean apt build type
This commit is contained in:
@@ -56,7 +56,6 @@ type InstallContext interface {
|
||||
|
||||
// NewNamedBits returns a new Bits by named implementation
|
||||
// currently this includes:
|
||||
// "apt" -> NewAptBits(kubeRoot)
|
||||
// "bazel" -> NewBazelBuildBits(kubeRoot)
|
||||
// "docker" or "make" -> NewDockerBuildBits(kubeRoot)
|
||||
func NewNamedBits(logger log.Logger, name, kubeRoot, arch string) (bits Bits, err error) {
|
||||
|
||||
Reference in New Issue
Block a user