diff --git a/pkg/tasks/rust-bin/build.go b/pkg/tasks/rust-bin/build.go index d442ea8..fba57d3 100644 --- a/pkg/tasks/rust-bin/build.go +++ b/pkg/tasks/rust-bin/build.go @@ -22,7 +22,7 @@ func Build(ctx context.Context, container *dagger.Container, binName string) (da 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 { return "", err } diff --git a/templates/bust_rustbin_default_template.yaml b/templates/bust_rustbin_default_template.yaml index b724537..10e369a 100644 --- a/templates/bust_rustbin_default_template.yaml +++ b/templates/bust_rustbin_default_template.yaml @@ -4,7 +4,7 @@ name: "drone-dagger-test" steps: - name: "build" - image: harbor.server.kjuulh.io/kjuulh/bust:1667693429450 + image: harbor.server.kjuulh.io/kjuulh/bust:1667748107856 volumes: - name: dockersock path: /var/run