Skip to content

Commit d9b3d07

Browse files
committed
chore(cd): strip binary
1 parent 1dd1615 commit d9b3d07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
default: true
3131
- name: build apix
3232
uses: actions-rs/cargo@v1
33+
env:
34+
RUSTFLAGS: -C link-arg=-s
3335
with:
3436
command: build
3537
args: --release
@@ -95,6 +97,8 @@ jobs:
9597
default: true
9698
- name: build apix
9799
uses: actions-rs/cargo@v1
100+
env:
101+
RUSTFLAGS: -C link-arg=-s
98102
with:
99103
command: build
100104
args: --release

0 commit comments

Comments
 (0)