mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:49:52 +07:00
292b319730
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
15 lines
229 B
YAML
15 lines
229 B
YAML
# https://taskfile.dev
|
|
|
|
version: "3"
|
|
|
|
tasks:
|
|
build-img:
|
|
cmds:
|
|
- git pull
|
|
- ./img-gen.sh
|
|
|
|
compile-kpatch:
|
|
dir: kpatch
|
|
cmds:
|
|
- make clean all
|
|
- mv kpatch ../files/board/arc/overlayfs/opt/arc/ |