Browse Source

static alpine builds reenabled

Grant Limberg 5 years ago
parent
commit
760607f58a
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()