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