mirror of
https://github.com/Luzifer/elb-instance-status.git
synced 2024-11-08 14:00:09 +00:00
Replace gobuilder as build tool
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8e71e32f51
commit
8db6d9b989
3 changed files with 11 additions and 5 deletions
|
@ -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
10
.repo-runner.yaml
Normal 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
|
2
Makefile
2
Makefile
|
@ -1,3 +1,3 @@
|
|||
ci:
|
||||
publish:
|
||||
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||
bash golang.sh
|
||||
|
|
Loading…
Reference in a new issue