Skip to content

Commit

Permalink
Enable s390x builds
Browse files Browse the repository at this point in the history
closes #2766
  • Loading branch information
danielnelson committed May 5, 2017
1 parent 67cd166 commit 4200018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

supported_builds = {
"windows": [ "amd64", "i386" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64", "s390x"],
"freebsd": [ "amd64", "i386" ]
}

Expand Down

0 comments on commit 4200018

Please sign in to comment.