mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
don't build static binaries yet. Don't have the build config in there for it yet
This commit is contained in:
parent
86eda5fe65
commit
04266a1180
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
def tasks = [:]
|
||||
tasks << buildStaticBinaries()
|
||||
// tasks << buildStaticBinaries()
|
||||
tasks << buildDebianNative()
|
||||
tasks << buildCentosNative()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue