ci: musl target.
All checks were successful
Gitea Actions Demo / build (push) Successful in 2m24s

This commit is contained in:
Ivan Li 2023-06-18 12:31:58 +00:00
parent 29c5c85156
commit df8cb3bb66

View File

@ -48,7 +48,7 @@ jobs:
uses: https://github.com/actions-rs/cargo@v1 uses: https://github.com/actions-rs/cargo@v1
with: with:
command: build command: build
args: --target x86_64-unknown-linux-musl --release --bin network-monitor --target-dir ./build args: --target x86_64-unknown-linux-musl --release
- name: Log in to the Container registry - name: Log in to the Container registry
uses: https://github.com/docker/login-action@v2 uses: https://github.com/docker/login-action@v2