1
0
mirror of https://github.com/Luzifer/elb-instance-status.git synced 2024-09-16 13:48:34 +00:00

Replace gobuilder as build tool

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-07-23 22:03:08 +02:00
parent 8e71e32f51
commit 8db6d9b989
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +0,0 @@
build_matrix:
general:
ldflags:
- "-X main.version=$(git describe --tags || git rev-parse --short HEAD || echo dev)"

10
.repo-runner.yaml Normal file
View File

@ -0,0 +1,10 @@
---
image: "quay.io/luzifer/repo-runner-image"
checkout_dir: /go/src/github.com/Luzifer/elb-instance-status
commands:
- make publish
environment:
CGO_ENABLED: 0

View File

@ -1,3 +1,3 @@
ci:
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh