From 67b5f69f2d0da7cca7cfe3deb60e025138933f30 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Tue, 28 Jul 2020 13:49:39 +0200 Subject: [PATCH] copr: add architecture s390x --- roles/copr/backend/templates/resalloc/pools.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index c544a8aa81..0489795b98 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -15,6 +15,8 @@ aws_x86_64_normal_{% if devel %}dev{% else %}prod{% endif %}: - arch_i686_native - arch_armhfp - arch_armhfp_emulated + - arch_s390x + - arch_s390x_emulated cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=x86_64" cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-aws-delete" cmd_livecheck: "/var/lib/resallocserver/resalloc_provision/vm-aws-check"