Buildx
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ad8bfda15e
commit
d4782bfae2
@ -1,6 +1,7 @@
|
||||
FROM scratch
|
||||
|
||||
ARG BIN=./dist/resticscheduler-linux-amd64
|
||||
COPY ${BIN} /bin/resticscheduler
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
COPY ./dist/resticscheduler-$TARGETOS-$TARGETARCH /bin/resticscheduler
|
||||
|
||||
ENTRYPOINT [ "/resticscheduler" ]
|
||||
|
Loading…
Reference in new issue