Files
packages/anda/rust/youki/anda.hcl
T
windowsboy111 27dd9c08b8 fix(arch): set build arch in anda.hcl for numerous packages
I also formatted most of the hcl files

Signed-off-by: windowsboy111 <wboy111@outlook.com>
2023-04-22 20:53:21 +08:00

15 lines
248 B
HCL

project pkg {
rpm {
spec = "youki.spec"
// enable_scm = true
// scm_opts = {
// method = "git"
// git_get = "git clone --recursive https://github.com/containers/youki.git"
// write_tar = "True"
// package = "youki"
// }
}
}