Forráskód Böngészése

static alpine builds reenabled

Grant Limberg 5 éve
szülő
commit
760607f58a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -18,7 +18,7 @@ pipeline {
             steps {
                 script {
                     def tasks = [:]
-                    // tasks << buildStaticBinaries()
+                    tasks << buildStaticBinaries()
                     tasks << buildDebianNative()
                     tasks << buildCentosNative()