Files
packages/anda/system/chromebook-usbc-fix/anda.hcl
T
sadlerm4 e3ea80f2fd fix(chromebook-usbc-fix): specify x86_64 arch in spec (#3352)
* fix(chromebook-usbc-fix): specify x86_64 arch in spec

* specify arch in anda config file too
2025-02-15 23:53:50 +08:00

10 lines
139 B
HCL

project pkg {
arches = ["x86_64"]
rpm {
spec = "chromebook-usbc-fix.spec"
}
labels {
nightly = "1"
}
}