summaryrefslogtreecommitdiff
path: root/etc/repo_config.yaml
diff options
context:
space:
mode:
authort.ward <22226719+tward333@users.noreply.github.com>2022-08-26 21:10:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 22:04:55 +0000
commitf2acf616a89e4e45b8c0572202c45b8e629fabc7 (patch)
treee6b0b9b5a3daed435e42736423be9dd7a859e3a5 /etc/repo_config.yaml
parenta52ef30f9b84fa7b77a85e8bd14f6e54721b9085 (diff)
downloadmongo-f2acf616a89e4e45b8c0572202c45b8e629fabc7.tar.gz
SERVER-62300 Add support for Ubuntu 22.04 x86
Diffstat (limited to 'etc/repo_config.yaml')
-rw-r--r--etc/repo_config.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml
index 0fa0e5719b5..d5bfee8811c 100644
--- a/etc/repo_config.yaml
+++ b/etc/repo_config.yaml
@@ -249,6 +249,18 @@ repos:
repos:
- apt/ubuntu/dists/focal/mongodb-org
+ - name: ubuntu2204
+ type: deb
+ code_name: "jammy"
+ edition: org
+ bucket: repo.mongodb.org
+ component: multiverse
+ architectures:
+ - amd64
+ - arm64
+ repos:
+ - apt/ubuntu/dists/jammy/mongodb-org
+
####################
#
# Enterprise Repos:
@@ -479,3 +491,15 @@ repos:
- arm64
repos:
- apt/ubuntu/dists/focal/mongodb-enterprise
+
+ - name: ubuntu2204
+ type: deb
+ code_name: "jammy"
+ edition: enterprise
+ bucket: repo.mongodb.com
+ component: multiverse
+ architectures:
+ - amd64
+ - arm64
+ repos:
+ - apt/ubuntu/dists/jammy/mongodb-enterprise