makefile for build/push

pull/2/head
Karolis Rusenas 2017-06-10 12:24:03 +01:00
parent 2505f77d79
commit 9d6e44d141
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
build:
CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags -'w' -o keel .
image: build
docker build -t karolisr/keel:0.0.1 -f Dockerfile .
push:
docker push karolisr/webhookrelay