Browse Source

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

Grant Limberg 5 years ago
parent
commit
04266a1180
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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