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 b6fc552 commit babeb20Copy full SHA for babeb20
jenkins/createArmhfMuslGcc.groovy
@@ -12,6 +12,8 @@ def call(jenkins) {
12
make -j4
13
make install
14
"""
15
+
16
+ tar(file = "arm-linux-musleabifh-cross.tar.gz", compress = true, dir: 'output', archive = true)
17
}
18
19
return createStage(name, options, action)
0 commit comments