Add release workflow using GoReleaser

This commit is contained in:
Wyatt Gill
2024-05-24 16:26:40 -05:00
parent b83bf9bc09
commit 050d3e6cd2
3 changed files with 171 additions and 0 deletions

9
goreleaser.Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM alpine:3.20
WORKDIR /app
# This binary is an artifact from goreleaser.
COPY glance .
ENTRYPOINT ["/app/glance"]
EXPOSE 8080/tcp