Sfoglia il codice sorgente

don't build static binaries yet. Don't have the build config in there for it yet

Grant Limberg 5 anni fa
parent
commit
04266a1180
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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