1
0
mirror of https://github.com/Luzifer/sri.git synced 2024-09-16 14:18:30 +00:00

Add auto-build

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-08-16 23:07:15 +02:00
parent ddc78b8547
commit bae42d74a1
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

12
.repo-runner.yaml Normal file
View File

@ -0,0 +1,12 @@
---
image: "reporunner/golang-alpine"
checkout_dir: /go/src/github.com/Luzifer/sri
commands:
- make publish
environment:
CGO_ENABLED: 0
GO111MODULE: on
MOD_MODE: readonly