Skip to content

Commit b4a06dd

Browse files
map the incompatible field in PlatformReleaseToRPC
1 parent fbca285 commit b4a06dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/core.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ func PlatformReleaseToRPC(platformRelease *cores.PlatformRelease) *rpc.PlatformR
7474
MissingMetadata: missingMetadata,
7575
Type: []string{platformRelease.Category},
7676
Deprecated: platformRelease.Deprecated,
77+
Incompatible: platformRelease.IsIncompatible(),
7778
}
7879
}

0 commit comments

Comments
 (0)