Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
0a7a924727
commit
7a984f0692
@ -10,7 +10,10 @@ steps:
|
|||||||
path: /drone/src/target/debug
|
path: /drone/src/target/debug
|
||||||
commands:
|
commands:
|
||||||
- set -e
|
- set -e
|
||||||
- cargo build
|
- apt update && apt install -y
|
||||||
|
- apt install musl-tools pkg-config
|
||||||
|
- rustup target add x86_64-unknown-linux-musl
|
||||||
|
- cargo build --target=x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- name: load_secret
|
- name: load_secret
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user