mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-26 02:50:55 +00:00
add multilib.none
This commit is contained in:
parent
e04a5e32cf
commit
a6e0d7c411
1 changed files with 12 additions and 0 deletions
12
shared/multilib.none
Normal file
12
shared/multilib.none
Normal file
|
@ -0,0 +1,12 @@
|
|||
multilib = [
|
||||
("^.*$", {
|
||||
"x86_64": ["none"]
|
||||
}),
|
||||
]
|
||||
|
||||
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_blacklist = {}
|
||||
|
||||
# format: {arch|*: [packages]}
|
||||
multilib_whitelist = {}
|
Loading…
Reference in a new issue