update goreleaser to use docker_v2 format (#493)

This commit is contained in:
Jacob Schuler
2025-12-20 19:16:14 -05:00
committed by GitHub
parent 4dff00dda9
commit 4fbaa59e3c
2 changed files with 19 additions and 101 deletions
+2 -4
View File
@@ -4,10 +4,8 @@ RUN apk add -U \
FROM scratch
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
LABEL org.opencontainers.image.title="mc-router"
LABEL org.opencontainers.image.source="https://github.com/itzg/mc-router"
ARG TARGETPLATFORM
COPY --from=certs /etc/ssl/certs/ /etc/ssl/certs
COPY mc-router /
COPY $TARGETPLATFORM/mc-router /
ENTRYPOINT ["/mc-router"]