mirror of
https://github.com/Luzifer/sri.git
synced 2024-11-08 14:50:12 +00:00
Add auto-build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ddc78b8547
commit
bae42d74a1
1 changed files with 12 additions and 0 deletions
12
.repo-runner.yaml
Normal file
12
.repo-runner.yaml
Normal 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
|
Loading…
Reference in a new issue