mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 09:30:38 +00:00
e3ea80f2fd
* fix(chromebook-usbc-fix): specify x86_64 arch in spec * specify arch in anda config file too
10 lines
139 B
HCL
10 lines
139 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "chromebook-usbc-fix.spec"
|
|
}
|
|
labels {
|
|
nightly = "1"
|
|
}
|
|
}
|