fix:
This commit is contained in:
parent
2d242e7bb7
commit
07970dd503
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue