Merge pull request #6010 from thaJeztah/tweak_platform_completion

completion: remove generic "os-only" for platforms
This commit is contained in:
Paweł Gronowski
2025-04-16 09:44:31 +00:00
committed by GitHub
-3
View File
@@ -152,7 +152,6 @@ func NoComplete(_ *cobra.Command, _ []string, _ string) ([]string, cobra.ShellCo
}
var commonPlatforms = []string{
"linux",
"linux/386",
"linux/amd64",
"linux/arm",
@@ -169,10 +168,8 @@ var commonPlatforms = []string{
// Not yet supported
"linux/riscv64",
"windows",
"windows/amd64",
"wasip1",
"wasip1/wasm",
}