mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
ci: update goreleaser config
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
+3
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user