build and release with goreleaser

Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
This commit is contained in:
Johan Siebens
2022-05-10 13:23:06 +02:00
parent 5ad89ff02f
commit c55a956507
2 changed files with 98 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM alpine:3.15.4
COPY ionscale /usr/local/bin/ionscale
ENTRYPOINT ["ionscale"]