Docker + goreleaser (#729)

This commit is contained in:
Thomas Pelletier
2021-12-31 19:55:31 -05:00
committed by GitHub
parent f1391952d4
commit 2373685f1e
5 changed files with 155 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM scratch
ENV PATH "$PATH:/bin"
COPY tomll /bin/tomll
COPY tomljson /bin/tomljson
COPY jsontoml /bin/jsontoml