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
|
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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user