Files
packages/anda/tools/arduino-flasher-cli/anda.hcl
T
Jaiden Riordan 3d13c6521f arduino flasher (#7385)
* arduino flasher

* -a-L

* dont need probably

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* fix(arduino-flasher-cli): make it build

* use x86_64

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: metcya <metcya@gmail.com>
Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
2025-11-30 21:18:13 -06:00

7 lines
84 B
HCL

project pkg {
arches = ["x86_64"]
rpm {
spec = "arduino-flasher-cli.spec"
}
}