1
0
Fork 0
mirror of https://github.com/Luzifer/vault-totp.git synced 2024-12-22 22:01:19 +00:00
vault-totp/.repo-runner.yaml
Knut Ahlers a8d8f18b01
Temporarily drop Windows support
The library used for terminal output in this version does not build for
windows. Maintainer is notified, windows support will be re-added as
soon as the issue is fixed.
2017-01-04 22:54:53 +01:00

11 lines
198 B
YAML

---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/vault-totp
commands:
- make ci
environment:
CGO_ENABLED: 0
ARCHS: linux/amd64 linux/arm darwin/amd64