mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:39:54 +07:00
build: fix local
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
23d56ece85
commit
2947e57497
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user