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:30:09 +02:00
parent d5a2556768
commit 9716d1a351

View File

@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM alpine AS builder
ARG TARGETARCH
ARG TARGETOS
COPY . /
COPY binaries/* /
RUN mv cup-$TARGETOS-$TARGETARCH cup
FROM scratch