m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 05:03:49 -05:00

Fix CI Dockerfile

This commit is contained in:
Sergio
2025-03-03 11:35:58 +02:00
parent 9716d1a351
commit 75509550b1

View File

@@ -5,6 +5,7 @@ ARG TARGETOS
COPY binaries/* /
RUN mv cup-$TARGETOS-$TARGETARCH cup
RUN chmod +x cup
FROM scratch
COPY --from=builder /cup /cup