mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
static alpine builds reenabled
This commit is contained in:
parent
35b5780907
commit
760607f58a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def tasks = [:]
|
def tasks = [:]
|
||||||
// tasks << buildStaticBinaries()
|
tasks << buildStaticBinaries()
|
||||||
tasks << buildDebianNative()
|
tasks << buildDebianNative()
|
||||||
tasks << buildCentosNative()
|
tasks << buildCentosNative()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue