Fix bin path for docker
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-04-13 15:13:29 -07:00
parent bdbd9fb722
commit 8ccdde459a
2 changed files with 1 additions and 23 deletions

View File

@ -4,4 +4,4 @@ ARG TARGETOS
ARG TARGETARCH
COPY ./dist/resticscheduler-$TARGETOS-$TARGETARCH /bin/resticscheduler
ENTRYPOINT [ "/resticscheduler" ]
ENTRYPOINT [ "/bin/resticscheduler" ]

View File

@ -1,22 +0,0 @@
image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{/each}}
{{/if}}
manifests:
- image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
platform:
architecture: amd64
os: linux
- image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
platform:
architecture: arm64
os: linux
variant: v8
- image: iamthefij/resticscheduler:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm
platform:
architecture: arm
os: linux
variant: v7