ots/.repo-runner.yaml
Knut Ahlers f38303d70d
[#44] Fix missing libraries within compiles binary / container
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-09-08 17:43:24 +02:00

14 lines
248 B
YAML

---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/ots
commands:
# Dependencies for downloading libraries
- apk add --update curl git make tar unzip
- make publish
environment:
DRAFT: "false"
CGO_ENABLED: 0