Skip to content

Commit

Permalink
fix test broken by lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Sep 11, 2023
1 parent d58b51e commit 0a9afc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/build/gobuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,10 @@ func (pm *platformMatcher) matches(base *v1.Platform) bool {
// Any other form of these osversions are not a match.
continue
}
} else {
// Partial osversion matching only allows X.Y.Z to match X.Y.Z.A.
continue
}
// Otherwise, partial osversion matching only allows X.Y.Z to match X.Y.Z.A.
}
return true
}
Expand Down

0 comments on commit 0a9afc6

Please sign in to comment.