Skip to content

Commit 640278d

Browse files
committed
Strip Linux ARM binaries
1 parent 478cb70 commit 640278d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
export PATH=$PATH:/home/runner/work/aarch64-linux-musl-cross/bin
9999
cd /home/runner/work/krafix/krafix
100100
git clone --depth 1 https://github.com/Kode/KoreTools_linux_x64.git KoreTools
101-
./KoreTools/kmake --compile --cc aarch64-linux-musl-gcc --cxx aarch64-linux-musl-g++
101+
./KoreTools/kmake --compile --cc aarch64-linux-musl-gcc --cxx aarch64-linux-musl-g++ --strip aarch64-linux-musl-strip
102102
shell: alpine.sh --root {0}
103103

104104
- name: Get KoreTools_linux_arm64
@@ -163,7 +163,7 @@ jobs:
163163
export PATH=$PATH:/home/runner/work/armv7l-linux-musleabihf-cross/bin
164164
cd /home/runner/work/krafix/krafix
165165
git clone --depth 1 https://github.com/Kode/KoreTools_linux_x64.git KoreTools
166-
./KoreTools/kmake --compile --cc armv7l-linux-musleabihf-gcc --cxx armv7l-linux-musleabihf-g++
166+
./KoreTools/kmake --compile --cc armv7l-linux-musleabihf-gcc --cxx armv7l-linux-musleabihf-g++ --strip armv7l-linux-musleabihf-strip
167167
168168
shell: alpine.sh --root {0}
169169

0 commit comments

Comments
 (0)