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.
2 parents 867ccc4 + eef1689 commit 8beab9aCopy full SHA for 8beab9a
WinImageBuilder.psm1
@@ -52,7 +52,8 @@ $VirtIODriverMappings = @{
52
"2k16" = @(14393, 16299, $true);
53
"w10" = @(10240, $MAX_BUILD_NUMBER, $false);
54
"2k19" = @(17763, 19999, $true);
55
- "2k22" = @(20348, $MAX_BUILD_NUMBER, $true);
+ "2k22" = @(20348, 25999, $true);
56
+ "2k25" = @(26100, $MAX_BUILD_NUMBER, $true);
57
}
58
59
$AvailableCompressionFormats = @("tar","gz","zip")
0 commit comments