Skip to content

Commit 88ad0fe

Browse files
authored
Remove EOL from distrobution info JSON/Yaml (#779)
1 parent b221586 commit 88ad0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/buildHelper/buildHelper.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ class DockerImageMetaData {
192192
$this.OsVersion = $this.OsVersion + ' (In Validation)'
193193
}
194194
'EndOfLife' {
195-
$this.OsVersion = $this.OsVersion + ' (End of Life)'
195+
# add this back if we get the EOL information to be accurate
196+
# $this.OsVersion = $this.OsVersion + ' (End of Life)'
196197
}
197198
}
198199
}

0 commit comments

Comments
 (0)