From b92344596f273fb7664b259cc113699f279e61f6 Mon Sep 17 00:00:00 2001 From: Irina Shestak Date: Tue, 29 Sep 2020 14:12:04 +0200 Subject: [PATCH] add build for ubuntu2004 --- config/repo-config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/repo-config.yml b/config/repo-config.yml index 95210522ad..698a90a4d8 100644 --- a/config/repo-config.yml +++ b/config/repo-config.yml @@ -80,10 +80,21 @@ repos: repos: - apt/ubuntu/dists/bionic/mongodb-org + - name: ubuntu2004 + type: deb + code_name: "focal" + edition: org + bucket: repo.mongodb.org + component: multiverse + architectures: + - amd64 + repos: + - apt/ubuntu/dists/focal/mongodb-org + - name: rhel80 type: rpm edition: org bucket: repo.mongodb.org repos: - yum/redhat/8/mongodb-org - - yum/redhat/8Server/mongodb-org \ No newline at end of file + - yum/redhat/8Server/mongodb-org