Setup CircleCI and goreleaser

This commit is contained in:
Geoff Bourne
2018-05-09 18:37:15 -05:00
parent 17a4bd6515
commit fccf5f9eef
5 changed files with 127 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM scratch
COPY mc-router /
ENTRYPOINT ["/mc-router"]