Skip to content

Commit

Permalink
add strip step to CI to slightly reduce binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 24, 2024
1 parent 865ab19 commit 7d3a5de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
mkdir package
cp .lake/build/bin/sand .lake/build/bin/sandd package/
cp -r systemd package/
strip package/sand
strip package/sandd
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 7d3a5de

Please sign in to comment.