chore: update Docker and release workflows for improved efficiency and security (#239)

This commit is contained in:
Will Sarg
2026-02-15 19:43:46 -05:00
committed by GitHub
parent b367d41b63
commit 8eb57836d8
3 changed files with 91 additions and 74 deletions

View File

@@ -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'