Use string for target arch

This commit is contained in:
eabdullin 2022-11-24 11:13:29 +03:00
parent e9d3318d0a
commit 1c800fb64d
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@
"with": ["test"],
"without": ["tests"],
"yum_exclude": ["release*"],
"enable_modules": ["idm:DL1"],
"target_arch": ["noarch"]
"enable_modules": ["idm:DL1"]
}
}
}

View File

@ -11,7 +11,7 @@
"without": [],
"yum_exclude": [],
"enable_modules": [],
"target_arch": []
"target_arch": ""
}
}
}