Skip to content

Commit

Permalink
use AnyCPU for S390x, fixes #1711 (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Apr 19, 2022
1 parent 1c935dc commit c165ba1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BenchmarkDotNet/Extensions/ConfigurationExtensions.cs
Expand Up @@ -20,8 +20,6 @@ public static string ToConfig(this Platform platform)
return "ARM";
case Platform.Arm64:
return "ARM64";
case Platform.S390x:
return "S390x";
default:
return "AnyCPU";
}
Expand Down

0 comments on commit c165ba1

Please sign in to comment.