From 7d3a5de11b31bdd9a009875cfd805e5280e9bde9 Mon Sep 17 00:00:00 2001 From: James Sully Date: Wed, 24 Jul 2024 23:10:39 +1000 Subject: [PATCH] add strip step to CI to slightly reduce binary size --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fc3846..59e806a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/upload-artifact@v4.3.4 with: