Skip to content

Commit 5a01981

Browse files
authored
Add support for s390x (IBM Z) architecture
1 parent c7a7217 commit 5a01981

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Rubjerg.Graphviz/GraphvizCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ internal static string Rid
2727
Architecture.Arm64 => "arm64",
2828
Architecture.X86 => "x86",
2929
Architecture.Arm => "arm",
30+
Architecture.S390x => "s390x",
3031
_ => "unknown"
3132
};
3233

@@ -130,3 +131,4 @@ public static (byte[] stdout, string stderr) Exec(Graph input, string format = "
130131
}
131132
}
132133

134+

0 commit comments

Comments
 (0)