ci: update goreleaser config

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-10-05 18:35:26 +02:00
parent 407dda90af
commit 4e9d0bfbae
2 changed files with 17 additions and 49 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
FROM alpine
COPY nfpm_*.apk /tmp/
FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
ARG TARGETPLATFORM
COPY $TARGETPLATFORM/nfpm*.apk /tmp/
RUN apk add --allow-untrusted /tmp/nfpm_*.apk
ENTRYPOINT ["/usr/bin/nfpm"]