File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments