This commit is contained in:
parent
3f6abc1e0e
commit
4e8628be51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user