mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Use env and path injection instead of old style
This commit is contained in:
@@ -2,5 +2,11 @@ go-xcaddy:
|
||||
type: target
|
||||
artifact:
|
||||
binary: custom
|
||||
env:
|
||||
GOROOT: '{pkg_root_path}/go-xcaddy'
|
||||
GOBIN: '{pkg_root_path}/go-xcaddy/bin'
|
||||
GOPATH: '{pkg_root_path}/go-xcaddy/go'
|
||||
path@unix:
|
||||
- '{pkg_root_path}/go-xcaddy/bin'
|
||||
static-bins:
|
||||
- xcaddy
|
||||
|
||||
Reference in New Issue
Block a user