diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2019-01-12 12:44:49 -0500 |
---|---|---|
committer | Brian McCarthy <brian.mccarthy@mongodb.com> | 2019-01-14 13:38:37 -0500 |
commit | 5e1371451b2c2053bfad271cbd8618bb4e209632 (patch) | |
tree | e1d5d53bacf49a5793f0c61a4f6f257da059ef52 /etc/repo_config.yaml | |
parent | c943345cc0d617db1db707555c7ee34dc2516410 (diff) | |
download | mongo-5e1371451b2c2053bfad271cbd8618bb4e209632.tar.gz |
SERVER-37770 Platform Support: Add Community Ubuntu 18.04 ARM64
Diffstat (limited to 'etc/repo_config.yaml')
-rw-r--r-- | etc/repo_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml index e04d68b80b2..76a4edd0601 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -200,6 +200,7 @@ repos: - amd64 - i386 - s390x + - arm64 repos: - apt/ubuntu/dists/bionic/mongodb-org @@ -369,5 +370,6 @@ repos: - amd64 - i386 - s390x + - arm64 repos: - apt/ubuntu/dists/bionic/mongodb-enterprise |