summaryrefslogtreecommitdiff
path: root/buildscripts/packager_enterprise.py
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-08-19 19:43:42 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-21 23:45:06 +0000
commit29ec0810ceb3901b212ebdbf6b8a9ad993a15ba2 (patch)
treee6f032fc726c88b7a2118e13598021dea18653c8 /buildscripts/packager_enterprise.py
parentb87b25eea7b2edac7507f384311dc9009148cc4c (diff)
downloadmongo-29ec0810ceb3901b212ebdbf6b8a9ad993a15ba2.tar.gz
SERVER-48282 Add RHEL8.2 arm64 builders
Diffstat (limited to 'buildscripts/packager_enterprise.py')
-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 ee28ad0d7ee..fa583126286 100755
--- a/buildscripts/packager_enterprise.py
+++ b/buildscripts/packager_enterprise.py
@@ -137,6 +137,8 @@ class EnterpriseDistro(packager.Distro):
if arch == "arm64":
if self.dname == 'ubuntu':
return ["ubuntu1604", "ubuntu1804", "ubuntu2004"]
+ if self.dname == 'redhat':
+ return ["rhel82"]
return []
if re.search("(redhat|fedora|centos)", self.dname):