소스 검색

back to not building all archs by default

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

+ 1 - 1
Jenkinsfile

@@ -5,7 +5,7 @@ pipeline {
         timestamps()
     }
     parameters {
-        booleanParam(name: "BUILD_ALL", defaultValue: true, description: "Build all supported platform/architecture combos.  Defaults to x86/x64 only")
+        booleanParam(name: "BUILD_ALL", defaultValue: false, description: "Build all supported platform/architecture combos.  Defaults to x86/x64 only")
     }
     environment {
         PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/jenkins-build/go/bin"