From 39b67e2c6eddd61b030e0c854e6c37280801b7fb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 15 Nov 2016 11:37:58 +0000 Subject: [PATCH] bodhi: mash: enable aarch64 in EPEL-7 configs --- roles/bodhi2/backend/files/epel7-testing.mash | 2 +- roles/bodhi2/backend/files/epel7.mash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/epel7-testing.mash b/roles/bodhi2/backend/files/epel7-testing.mash index 24d5b48804..dd29d3ea7a 100644 --- a/roles/bodhi2/backend/files/epel7-testing.mash +++ b/roles/bodhi2/backend/files/epel7-testing.mash @@ -13,6 +13,6 @@ keys = 352C64E5 use_repoview = False repoviewurl = http://download.fedoraproject.org/pub/epel/testing/7/%(arch)s/ repoviewtitle = "Fedora EPEL Testing 7 - %(arch)s" -arches = x86_64 ppc64 ppc64le +arches = x86_64 ppc64 ppc64le aarch64 hash_packages = True delta = False diff --git a/roles/bodhi2/backend/files/epel7.mash b/roles/bodhi2/backend/files/epel7.mash index 19f53b4465..391ae45965 100644 --- a/roles/bodhi2/backend/files/epel7.mash +++ b/roles/bodhi2/backend/files/epel7.mash @@ -13,6 +13,6 @@ keys = 352C64E5 use_repoview = False repoviewurl = http://download.fedoraproject.org/pub/epel/7/%(arch)s/ repoviewtitle = "Fedora EPEL 7 - %(arch)s" -arches = x86_64 ppc64 ppc64le +arches = x86_64 ppc64 ppc64le aarch64 hash_packages = True delta = False