build: fix local

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-08 13:37:44 +02:00
parent 23d56ece85
commit 2947e57497
2 changed files with 7 additions and 1 deletions

View File

@ -8,9 +8,15 @@ tasks:
- git pull
- ./img-gen.sh
build-img-x:
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: