chore: Add goreleaser

This commit is contained in:
Karan Sharma 2020-12-18 12:54:57 +05:30
parent 05914cca9e
commit 9f586cc65c
3 changed files with 94 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
# Dockerfile
ARG ARCH
FROM ${ARCH}/alpine
COPY doggo /usr/bin/doggo
ENTRYPOINT ["/usr/bin/doggo"]