kubernetes/minikube

nerdctl-bin package files use spaces instead of tabs

已關閉

#23,437 建立於 2026年8月4日

 (1 則留言) (0 個反應) (0 位負責人)Go (5,222 個分叉)batch import
good first issue

倉庫指標

星標
 (31,799 顆星)
PR 合併指標
 (平均合併 12天 19小時) (30 天內合併 43 個 PR)

描述

Bug

The nerdctl-bin Buildroot package files use spaces for indentation where tabs are required by Buildroot/Kconfig/Make conventions.

Affected files:

  • deploy/iso/minikube-iso/arch/aarch64/package/nerdctl-bin-aarch64/Config.in — spaces instead of tabs
  • deploy/iso/minikube-iso/arch/x86_64/package/nerdctl-bin/Config.in — spaces instead of tabs
  • deploy/iso/minikube-iso/arch/aarch64/package/nerdctl-bin-aarch64/nerdctl-bin.mk — spaces instead of tabs in INSTALL_TARGET_CMDS
  • deploy/iso/minikube-iso/arch/x86_64/package/nerdctl-bin/nerdctl-bin.mk — spaces instead of tabs in INSTALL_TARGET_CMDS

Other packages (e.g. crictl-bin, helm-bin) correctly use tabs.

Fix

Replace leading spaces with tabs in all four files listed above.

貢獻者指南