This commit is contained in:
chenwj 2024-09-03 10:00:22 +08:00
parent 2d242e7bb7
commit 07970dd503
1 changed files with 1 additions and 5 deletions

View File

@ -13,12 +13,8 @@ jobs:
cache: false cache: false
- run: | - run: |
rustup target add x86_64-unknown-linux-musl rustup target add x86_64-unknown-linux-musl
apt install -y musl-tools
cargo build -r --target x86_64-unknown-linux-musl cargo build -r --target x86_64-unknown-linux-musl
build-docker-image:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Login to hub.airpig.cn - name: Login to hub.airpig.cn
uses: https://gitea.com/docker/login-action@v3 uses: https://gitea.com/docker/login-action@v3
with: with: