From df8cb3bb6628bc30028f2e1371ba57dc18ff4205 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 18 Jun 2023 12:31:58 +0000 Subject: [PATCH] ci: musl target. --- .gitea/workflows/built-bin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index c238f04..f2c59e5 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -48,7 +48,7 @@ jobs: uses: https://github.com/actions-rs/cargo@v1 with: 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 uses: https://github.com/docker/login-action@v2