diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2019-02-25 15:17:19 -0500 |
---|---|---|
committer | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2019-03-20 10:15:38 -0400 |
commit | a29bc63851e6af79dea0dead43dcba163bceaec9 (patch) | |
tree | 231bf9affa4018affd487e34a5f374ab8bac9e00 /buildscripts/packager_enterprise.py | |
parent | 7948bd50e4f43e0285fac0a11170871db81fff7c (diff) | |
download | mongo-a29bc63851e6af79dea0dead43dcba163bceaec9.tar.gz |
SERVER-37771 add Enterprise Ubuntu 18.04 PPCLE builds
Diffstat (limited to 'buildscripts/packager_enterprise.py')
-rwxr-xr-x | buildscripts/packager_enterprise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/packager_enterprise.py b/buildscripts/packager_enterprise.py index cd925bd6acb..7681d369671 100755 --- a/buildscripts/packager_enterprise.py +++ b/buildscripts/packager_enterprise.py @@ -120,7 +120,7 @@ class EnterpriseDistro(packager.Distro): # pylint: disable=too-many-return-statements if arch == "ppc64le": if self.dname == 'ubuntu': - return ["ubuntu1604"] + return ["ubuntu1604", "ubuntu1804"] if self.dname == 'redhat': return ["rhel71"] return [] |