Updating docker config

This commit is contained in:
Igor Katson 2024-08-26 16:29:58 +01:00
parent 3a8ef207ad
commit d4c4f4d93a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 43 additions and 12 deletions

View file

@ -94,7 +94,7 @@ jobs:
- name: Build release linux armv7 binary
run: rustup target install armv7-unknown-linux-musleabihf &&
make release-linux-armv7-musl &&
make release-linux-armv7 &&
cp -l target/armv7-unknown-linux-musleabihf/release-github/rqbit target/artifacts/rqbit-linux-static-armv7-musl
- uses: softprops/action-gh-release@v1
with: