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

This commit is contained in:
Grant Limberg 2020-06-09 14:49:37 -07:00
parent 86eda5fe65
commit 04266a1180
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

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