bundles/woodpecker-server: add GODEBUG=netns=go
This commit is contained in:
parent
c2e93c0abb
commit
eee786fabf
2 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,10 @@ defaults = {
|
|||
'WOODPECKER_LOG_LEVEL': 'warn',
|
||||
'WOODPECKER_OPEN': 'true',
|
||||
'WOODPECKER_SERVER_ADDR': ':22100',
|
||||
|
||||
# https://github.com/woodpecker-ci/woodpecker/issues/1497
|
||||
# https://github.com/woodpecker-ci/woodpecker/issues/748
|
||||
'GODEBUG': 'netdns=go'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue