Skip to content

Commit c790dfe

Browse files
authored
Merge pull request #1228 from sfackler/s390x
Add s390x to arches list
2 parents f92b73e + ed83532 commit c790dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustup-dist/src/dist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ static LIST_ARCHS: &'static [&'static str] = &["i386",
7171
"mips64el",
7272
"powerpc",
7373
"powerpc64",
74-
"powerpc64le"];
74+
"powerpc64le",
75+
"s390x"];
7576
static LIST_OSES: &'static [&'static str] = &["pc-windows",
7677
"unknown-linux",
7778
"apple-darwin",

0 commit comments

Comments
 (0)