We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d484c7 commit fb3a6f4Copy full SHA for fb3a6f4
jenkins/createArmhfMuslGcc.groovy
@@ -16,7 +16,7 @@ def call(jenkins) {
16
export TARGET=arm-linux-musleabihf
17
make -j4
18
make install
19
- tar -czf arm-linux-musleabihf-cross.tar.gz output/
+ tar -czf arm-linux-musleabihf-cross.tar.gz --strip-components=1 output/
20
"""
21
22
archiveArtifacts artifacts: 'musl-cross-make/arm-linux-musleabihf-cross.tar.gz'
0 commit comments