mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 13:29:56 +00:00
fix: Taskfile build path
This commit is contained in:
parent
ed14540d26
commit
73df9973d0
@ -16,7 +16,7 @@ tasks:
|
||||
cmds:
|
||||
- |
|
||||
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}}"
|
||||
linux-386:
|
||||
cmds:
|
||||
|
Loading…
x
Reference in New Issue
Block a user