From a29bc63851e6af79dea0dead43dcba163bceaec9 Mon Sep 17 00:00:00 2001 From: Zakhar Kleyman Date: Mon, 25 Feb 2019 15:17:19 -0500 Subject: SERVER-37771 add Enterprise Ubuntu 18.04 PPCLE builds --- buildscripts/packager_enterprise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts/packager_enterprise.py') 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 [] -- cgit v1.2.1