diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2022-04-07 17:09:08 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-07 17:42:56 +0000 |
commit | e2c4bbeff5b366fa1282befcabd8cdc7717fb06c (patch) | |
tree | 0cfe5aaddeb3acb76b8987c1d39c69f316126f63 /buildscripts | |
parent | 509f187473262cd3b0e87f66eb96ea6176be60ba (diff) | |
download | mongo-e2c4bbeff5b366fa1282befcabd8cdc7717fb06c.tar.gz |
SERVER-44074 Add Enterprise RHEL 8 (zSeries)
Diffstat (limited to 'buildscripts')
-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 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': |