with proper location
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-11-06 16:23:04 +01:00
parent 3de2001d7e
commit 58f331b9ec
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ func Build(ctx context.Context, container *dagger.Container, binName string) (da
return "", err return "", err
} }
bin, err := c.File(fmt.Sprintf("target/release/%s", binName)).ID(ctx) bin, err := c.File(fmt.Sprintf("target/x86_64-unknown-linux-musl/release/%s", binName)).ID(ctx)
if err != nil { if err != nil {
return "", err return "", err
} }

View File

@ -4,7 +4,7 @@ name: "drone-dagger-test"
steps: steps:
- name: "build" - name: "build"
image: harbor.server.kjuulh.io/kjuulh/bust:1667693429450 image: harbor.server.kjuulh.io/kjuulh/bust:1667748107856
volumes: volumes:
- name: dockersock - name: dockersock
path: /var/run path: /var/run