mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Add go-win
This commit is contained in:
10
config/pkg/target/go-win.yml
Normal file
10
config/pkg/target/go-win.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
go-win:
|
||||
type: target
|
||||
artifact:
|
||||
binary: custom
|
||||
env:
|
||||
GOROOT: '{pkg_root_path}/go-win'
|
||||
GOBIN: '{pkg_root_path}/go-win/bin'
|
||||
GOPATH: '{pkg_root_path}/go-win/go'
|
||||
path@windows:
|
||||
- '{pkg_root_path}/go-win/bin'
|
||||
Reference in New Issue
Block a user