This commit is contained in:
parent
3de2001d7e
commit
58f331b9ec
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user