mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-21 15:36:02 +00:00
fix: Taskfile build path
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user