fix: actually let it build
This commit is contained in:
parent
78a1b8fad7
commit
96ad17e43b
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ RUN cargo fetch --locked
|
|||
|
||||
RUN cargo build --release
|
||||
|
||||
RUN rm -rfv /volume/target/*/release/rave
|
||||
|
||||
RUN mv target/*-unknown-linux-musl/release/rave /tmp/rave
|
||||
|
||||
# --- Runtime ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue