restic-scheduler/Dockerfile
Ian Fijolek d4782bfae2
All checks were successful
continuous-integration/drone/push Build is passing
Buildx
2022-04-11 13:00:22 -07:00

8 lines
148 B
Docker

FROM scratch
ARG TARGETOS
ARG TARGETARCH
COPY ./dist/resticscheduler-$TARGETOS-$TARGETARCH /bin/resticscheduler
ENTRYPOINT [ "/resticscheduler" ]