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.
1 parent e91b8ba commit 434c858Copy full SHA for 434c858
1 file changed
tests/Microsoft.DotNet.Docker.Tests/ProductImageData.cs
@@ -20,9 +20,7 @@ public record ProductImageData : ImageData
20
21
public bool GlobalizationInvariantMode => !SupportsGlobalization;
22
23
- // PowerShell does not support Arm-based Alpine, skip testing
24
- // https://github.com/PowerShell/PowerShell/issues/14667
25
- // https://github.com/PowerShell/PowerShell/issues/12937
+ // PowerShell does not support Arm-based Alpine
26
public bool SupportsPowerShell => !(OS.Contains("alpine") && IsArm);
27
28
public string SdkOS
0 commit comments