mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 07:33:48 -05:00
Fix CI Dockerfile
This commit is contained in:
2
.github/actions/build-image/Dockerfile
vendored
2
.github/actions/build-image/Dockerfile
vendored
@@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM alpine AS builder
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
|
|
||||||
COPY . /
|
COPY binaries/* /
|
||||||
RUN mv cup-$TARGETOS-$TARGETARCH cup
|
RUN mv cup-$TARGETOS-$TARGETARCH cup
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|||||||
Reference in New Issue
Block a user