Skip to content

Commit

Permalink
Use Fedora 35 image (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-lson authored Jun 6, 2022
1 parent 377161d commit 32b3db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Build.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ partial class Build
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "ubuntu:trusty", "deb"), // 14.04
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "ubuntu:xenial", "deb"), // 16.04
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "centos:7", "rpm"),
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "fedora:latest", "rpm"),
// new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "fedora:latest", "rpm"), // Fedora 36 doesn't support netcore, related https://github.com/dotnet/core/issues/7467 (there is no issue for Fedora 36)
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "fedora:35", "rpm"),
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "roboxes/rhel7", "rpm"),
new TestConfigurationOnLinuxDistribution(NetCore, "linux-x64", "roboxes/rhel8", "rpm"),
};
Expand Down

0 comments on commit 32b3db3

Please sign in to comment.