ci: musl target.
Some checks failed
Gitea Actions Demo / build (push) Failing after 1m24s

This commit is contained in:
Ivan Li 2023-06-18 12:29:03 +00:00
parent 48339cb574
commit 29c5c85156

View File

@ -1,5 +1,5 @@
FROM rust:1-slim-buster
WORKDIR /app
COPY ./target/release/network-monitor .
COPY ./target/x86_64-unknown-linux-musl/release/network-monitor .
CMD ["/app/network-monitor"]