Files
packages/anda/tools/rpi-update/anda.hcl
T
Owen Zimmerman 3966225591 Add: rpi-update (#2634)
* package arduino-cli

* package arduino-lint

* remove old files

* package rpi-update

* remove old files

* exclusive arch in hcl

* Lowercase s
2024-12-15 15:58:13 +08:00

10 lines
106 B
HCL

project pkg {
arches = ["aarch64"]
rpm {
spec = "rpi-update.spec"
}
labels {
nightly = 1
}
}