소스 검색

static alpine builds reenabled

Grant Limberg 5 년 전
부모
커밋
760607f58a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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