We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f72d4a commit d1dcce8Copy full SHA for d1dcce8
internal/cli/arguments/reference.go
@@ -101,11 +101,6 @@ func ParseReference(arg string) (*Reference, error) {
101
})
102
foundPlatforms := []string{}
103
for _, platform := range platforms.GetSearchOutput() {
104
- installedRelease := platform.GetInstalledRelease()
105
- if installedRelease == nil {
106
- continue
107
- }
108
-
109
platformID := platform.GetMetadata().GetId()
110
platformUser := ret.PackageName + ":" + ret.Architecture
111
// At first we check if the platform the user is searching for matches an available one,
0 commit comments