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