clean apt build type

This commit is contained in:
SataQiu
2020-05-20 12:44:10 +08:00
parent b7d8a5247d
commit 02838ea22f

View File

@@ -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) {