chore: update Docker and release workflows for improved efficiency and security (#239)
This commit is contained in:
parent
b367d41b63
commit
8eb57836d8
3 changed files with 91 additions and 74 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Build release
|
||||
run: cargo build --release --target ${{ matrix.target }}
|
||||
run: cargo build --release --locked --target ${{ matrix.target }}
|
||||
|
||||
- name: Check binary size (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue