test/builder: more architectures in build tag
Add more supported build architectures to the standard build tag. This will check the logic for (un-)supported build architectures in the builder plugin. If we only have one arch, which is the requested arch, it will not catch logic errors, that invert the supported vs requested architectures.
This commit is contained in:
parent
9d6d278ffb
commit
0b4a13e8c7
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class TestBuilderPlugin(PluginTest):
|
|||
}
|
||||
|
||||
build_config = {
|
||||
"arches": "x86_64"
|
||||
"arches": "s390x aarch64 ppc64le x86_64"
|
||||
}
|
||||
|
||||
repo_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue