Skip to content

Commit

Permalink
Added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liyinan926 committed Sep 9, 2017
1 parent 80281c5 commit 0ab6369
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode/
vendor/
spark-operator
File renamed without changes.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all: build

build:
go build

build-image:
docker build -t gcr.io/ynli-kubernetes/spark-operator .

push:
gcloud docker -- push gcr.io/enisoc-kubernetes/metacontroller

0 comments on commit 0ab6369

Please sign in to comment.