arc/Taskfile.yaml
AuxXxilium 2947e57497 build: fix local
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-08-08 13:37:44 +02:00

26 lines
390 B
YAML

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