Make the external url of cache server configurable if necessary
All checks were successful
checks / check and test (push) Successful in 26s
checks / check and test (pull_request) Successful in 14s

This commit is contained in:
林玮 (Jade Lin)
2024-06-17 23:26:04 +08:00
committed by Matthias Kesler
parent 9924aea786
commit 90d9a60e41
4 changed files with 17 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ type Input struct {
artifactServerPort string
noCacheServer bool
cacheServerPath string
cacheServerAdvertiseURL string
cacheServerAddr string
cacheServerPort uint16
jsonLogger bool