Skip to content

Commit b3cff1b

Browse files
jbaizaeregon
authored andcommitted
Add support for Windows Server Standard Evaluation
blacksmith.sh runners use "Windows Server 2025 Standard Evaluation".
1 parent 19a43a6 commit b3cff1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export function getOSNameVersionArch() {
281281

282282
function findWindowsVersion() {
283283
const version = os.version()
284-
const match = version.match(/^Windows(?: Server)? (\d+) (?:Datacenter|Enterprise)/)
284+
const match = version.match(/^Windows(?: Server)? (\d+) (?:Standard|Datacenter|Enterprise)/)
285285
if (match) {
286286
return match[1]
287287
} else {

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)