Skip to content

Commit

Permalink
Add Makefile (#800)
Browse files Browse the repository at this point in the history
* Add Makefile
* Use multi-stage Docker to download restic
* Add docker manifest

Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 23, 2019
1 parent cb2289d commit e490367
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .gitignore
Expand Up @@ -22,10 +22,12 @@ _testmain.go
*.exe
*.test
*.prof
.idea/
dist/
/.idea
/dist
**/junit.xml
**/.env
.vscode/
apiserver.local.config/
coverage.txt
/.vscode
/coverage.txt

/bin
/.go

0 comments on commit e490367

Please sign in to comment.