Exclude i686 arch from Devel compose

i9.2
Arkady L. Shane 1 year ago
parent 426bf159db
commit 2bdf44cd59
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -14,5 +14,13 @@ filter_packages = [
"systemd-standalone-tmpfiles" "systemd-standalone-tmpfiles"
] ]
} }
),
(
'^Devel$', {
'i686': [
"*.i686"
]
}
) )
] ]

Loading…
Cancel
Save