This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
dlbot4/Taskfile.yml

16 lines
342 B
YAML
Raw Normal View History

2023-05-09 23:51:59 +00:00
version: "3"
2023-01-03 01:34:40 +00:00
tasks:
build:
cmds:
2023-05-09 23:51:59 +00:00
- go build -tags=netgo .
2023-08-13 19:12:28 +00:00
ko:
2023-08-13 17:08:25 +00:00
cmds:
- podman run --rm -it
2023-08-13 19:12:28 +00:00
-v ~/.docker/:/docker-config:Z,ro
-v $PWD:/work:Z
--workdir=/work
-e KO_DOCKER_REPO=gitea.nulo.in/nulo/dlbot4
-e DOCKER_CONFIG=/docker-config
cgr.dev/chainguard/ko build --bare .