summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBrian McCarthy <brian.mccarthy@mongodb.com>2016-07-07 12:40:00 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2016-07-11 16:58:34 -0400
commit47f77e360b072e24fb2a021a14bdbee3aa463a5b (patch)
tree39a02ba263c54185a47f8f6bd2ff2101eacbdc1a /buildscripts
parentc77bca658750d1d7e037ae29a9fd7db6d2e0e5c8 (diff)
downloadmongo-47f77e360b072e24fb2a021a14bdbee3aa463a5b.tar.gz
SERVER-24642 Add SLES 12.1 zSeries build variant
Signed-off-by: Ernie Hershey <ernie.hershey@10gen.com>
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/packager-enterprise.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/packager-enterprise.py b/buildscripts/packager-enterprise.py
index f6ac19c1c33..cea313b2445 100755
--- a/buildscripts/packager-enterprise.py
+++ b/buildscripts/packager-enterprise.py
@@ -119,6 +119,8 @@ class EnterpriseDistro(packager.Distro):
if arch == "s390x":
if self.n == 'redhat':
return [ "rhel72" ]
+ if self.n == 'suse':
+ return [ "suse12" ]
else:
return []
if arch == "arm64":