Files
arc/Taskfile.yaml
AuxXxilium f23935e6c9 task: fix local build
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2024-12-24 16:41:01 +01:00

22 lines
331 B
YAML

# https://taskfile.dev
version: "3"
tasks:
build-img-n:
cmds:
- git reset --hard
- git pull
- ./img-gen-n.sh
build-img-s:
cmds:
- git reset --hard
- git pull
- ./img-gen-s.sh
compile-kpatch:
dir: kpatch
cmds:
- make clean all
- mv kpatch ../files/p3/system/