chore: Add goreleaser
This commit is contained in:
parent
05914cca9e
commit
9f586cc65c
3 changed files with 94 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Dockerfile
|
||||
ARG ARCH
|
||||
FROM ${ARCH}/alpine
|
||||
COPY doggo /usr/bin/doggo
|
||||
ENTRYPOINT ["/usr/bin/doggo"]
|
Loading…
Add table
Add a link
Reference in a new issue