From 4e8628be51f5db5fbc859c3b94d9bf40d3fc775f Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 22 May 2023 23:45:26 +0800 Subject: [PATCH] ci: dockerfile. --- .gitea/workflows/built-bin.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 4b39a92..98a3233 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -37,7 +37,6 @@ jobs: uses: https://github.com/actions-rs/toolchain@v1 with: toolchain: stable - target: x86_64-unknown-linux-musl override: true - name: Get Commit Tag @@ -45,7 +44,7 @@ jobs: uses: https://github.com/Maxyme/get-release-or-tag@v2 - name: Build - run: cargo build --target x86_64-unknown-linux-musl --release + run: cargo build --release - name: Log in to the Container registry uses: https://github.com/docker/login-action@v2