mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-14 08:03:48 -05:00
Fix CI Dockerfile
This commit is contained in:
1
.github/actions/build-image/Dockerfile
vendored
1
.github/actions/build-image/Dockerfile
vendored
@@ -5,6 +5,7 @@ ARG TARGETOS
|
|||||||
|
|
||||||
COPY binaries/* /
|
COPY binaries/* /
|
||||||
RUN mv cup-$TARGETOS-$TARGETARCH cup
|
RUN mv cup-$TARGETOS-$TARGETARCH cup
|
||||||
|
RUN chmod +x cup
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /cup /cup
|
COPY --from=builder /cup /cup
|
||||||
|
|||||||
Reference in New Issue
Block a user