Files
arc/Taskfile.yaml
AuxXxilium a651c177df build: fix local
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2026-01-17 20:18:22 +01:00

20 lines
320 B
YAML

# https://taskfile.dev
version: "3"
tasks:
build-evo:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh evo
build-apex:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh apex
build-local:
cmds:
- git reset --hard
- git pull
- ./img-gen.sh local