Enable s390x builds

closes #2766
This commit is contained in:
Daniel Nelson 2017-05-05 14:39:56 -07:00
parent c7f5d96d0d
commit d9c6543fac
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ targets = {
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" ]
}