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

This commit is contained in:
Ivan Li 2023-06-18 19:36:18 +08:00
parent b7b060880c
commit 8a04618ee7

View File

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