arc/Taskfile.yaml
AuxXxilium b0d370ee30 build: modify
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-08-02 21:05:34 +02:00

20 lines
295 B
YAML

# https://taskfile.dev
version: "3"
tasks:
build-img:
cmds:
- git pull
- ./img-gen.sh
build-img-s:
cmds:
- git pull
- ./img-gen-s.sh
compile-kpatch:
dir: kpatch
cmds:
- make clean all
- mv kpatch ../files/board/arc/overlayfs/opt/arc/