Files
arc/Taskfile.yaml
AuxXxilium 6773c8ac23 tree: change to all-in-one
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
2026-02-18 20:45:53 +01:00

15 lines
220 B
YAML

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