Skip to content

Commit 07041bb

Browse files
committed
disable docker testing on Ubuntu 22.04 & ARM64
1 parent 942546d commit 07041bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Constants
1313

1414
public static readonly string[] VersionsToBuild = { Version60, Version70 };
1515
public static readonly Architecture[] ArchToBuild = { Architecture.Amd64, Architecture.Arm64 };
16-
public static readonly string[] DistrosToSkip = { Alpine313, Alpine314, Centos7 };
16+
public static readonly string[] DistrosToSkip = { Alpine313, Alpine314, Centos7, Ubuntu2204 };
1717

1818
public const string DockerBaseImageName = "gittools/build-images";
1919
public const string DockerImageName = "gittools/gitversion";

tests/integration/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
21+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)