From 1c800fb64dfc4e4b252a7ef969351a08b409b512 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 24 Nov 2022 11:13:29 +0300 Subject: [PATCH] Use string for target arch --- build_configs.json | 3 +-- example.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build_configs.json b/build_configs.json index c138fa3..ea0c162 100644 --- a/build_configs.json +++ b/build_configs.json @@ -10,8 +10,7 @@ "with": ["test"], "without": ["tests"], "yum_exclude": ["release*"], - "enable_modules": ["idm:DL1"], - "target_arch": ["noarch"] + "enable_modules": ["idm:DL1"] } } } diff --git a/example.json b/example.json index 4891b64..8c04b24 100644 --- a/example.json +++ b/example.json @@ -11,7 +11,7 @@ "without": [], "yum_exclude": [], "enable_modules": [], - "target_arch": [] + "target_arch": "" } } }