From 1a048c5e6f1bcf86d28831281fbf660c64f8dd3d Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 11 May 2020 11:23:29 +0200 Subject: [PATCH] copr-be-dev: resalloc: x86_64 provides i586 and i686 as well --- roles/copr/backend/templates/resalloc/pools.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index ce842e1279..91ea5af623 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -34,6 +34,10 @@ aws_x86_64_normal: - arch_x86_64_native - arch_i386 - arch_i386_native + - arch_i586 + - arch_i586_native + - arch_i686 + - arch_i686_native - arch_armhfp - arch_armhfp_emulated cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=x86_64"