diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2016-12-19 11:48:47 -0500 |
---|---|---|
committer | Brian McCarthy <brian.mccarthy@mongodb.com> | 2016-12-19 17:25:32 -0500 |
commit | e1b312570b5a79ad75d722e562038c97ab800d29 (patch) | |
tree | 0eef1542d951cfb48bd832de7a5dd01231e05415 /etc/repo_config.yaml | |
parent | 1d5f9af9a409f3a2bff2742afd1c55580477cea8 (diff) | |
download | mongo-e1b312570b5a79ad75d722e562038c97ab800d29.tar.gz |
SERVER-27450 Add i386 architecture to repo config yaml for debian and ubuntu
Diffstat (limited to 'etc/repo_config.yaml')
-rw-r--r-- | etc/repo_config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml index 6389acc50e7..a7459ab7870 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -111,6 +111,7 @@ repos: component: main architectures: - amd64 + - i386 repos: - apt/debian/dists/jessie/mongodb-org @@ -122,6 +123,7 @@ repos: component: main architectures: - amd64 + - i386 repos: - apt/debian/dists/wheezy/mongodb-org @@ -133,6 +135,7 @@ repos: component: multiverse architectures: - amd64 + - i386 repos: - apt/ubuntu/dists/precise/mongodb-org @@ -144,6 +147,7 @@ repos: component: multiverse architectures: - amd64 + - i386 repos: - apt/ubuntu/dists/trusty/mongodb-org @@ -156,6 +160,7 @@ repos: architectures: - amd64 - arm64 + - i386 repos: - apt/ubuntu/dists/xenial/mongodb-org @@ -228,6 +233,7 @@ repos: - amd64 - ppc64el - s390x + - i386 repos: - apt/debian/dists/jessie/mongodb-enterprise @@ -241,6 +247,7 @@ repos: - amd64 - ppc64el - s390x + - i386 repos: - apt/debian/dists/wheezy/mongodb-enterprise @@ -254,6 +261,7 @@ repos: - amd64 - ppc64el - s390x + - i386 repos: - apt/ubuntu/dists/precise/mongodb-enterprise @@ -267,6 +275,7 @@ repos: - amd64 - ppc64el - s390x + - i386 repos: - apt/ubuntu/dists/trusty/mongodb-enterprise @@ -281,5 +290,6 @@ repos: - ppc64el - s390x - arm64 + - i386 repos: - apt/ubuntu/dists/xenial/mongodb-enterprise |