mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-09 14:10:00 +00:00
fix: Taskfile build path
This commit is contained in:
parent
ed14540d26
commit
73df9973d0
@ -16,7 +16,7 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- |
|
- |
|
||||||
GOOS={{.GOOS}} GOARCH={{.GOARCH}} GOARM={{.GOARM}} GOMIPS={{.GOMIPS}} \
|
GOOS={{.GOOS}} GOARCH={{.GOARCH}} GOARM={{.GOARM}} GOMIPS={{.GOMIPS}} \
|
||||||
go build -trimpath -o ../dist/hysteria-{{.TASK}} -ldflags \
|
go build -trimpath -o ../../dist/hysteria-{{.TASK}} -ldflags \
|
||||||
"-w -s -X main.appCommit={{.BUILD_COMMIT}} -X main.appDate={{.BUILD_DATE}}"
|
"-w -s -X main.appCommit={{.BUILD_COMMIT}} -X main.appDate={{.BUILD_DATE}}"
|
||||||
linux-386:
|
linux-386:
|
||||||
cmds:
|
cmds:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user