summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2022-04-07 17:09:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-07 17:42:56 +0000
commite2c4bbeff5b366fa1282befcabd8cdc7717fb06c (patch)
tree0cfe5aaddeb3acb76b8987c1d39c69f316126f63 /buildscripts
parent509f187473262cd3b0e87f66eb96ea6176be60ba (diff)
downloadmongo-e2c4bbeff5b366fa1282befcabd8cdc7717fb06c.tar.gz
SERVER-44074 Add Enterprise RHEL 8 (zSeries)
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/packager_enterprise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/packager_enterprise.py b/buildscripts/packager_enterprise.py
index 73e8b37ebd4..fcc260c86be 100755
--- a/buildscripts/packager_enterprise.py
+++ b/buildscripts/packager_enterprise.py
@@ -131,7 +131,7 @@ class EnterpriseDistro(packager.Distro):
return []
if arch == "s390x":
if self.dname == 'redhat':
- return ["rhel67", "rhel72"]
+ return ["rhel67", "rhel72", "rhel83"]
if self.dname == 'suse':
return ["suse11", "suse12", "suse15"]
if self.dname == 'ubuntu':