Skip to content

Commit

Permalink
Update Taskfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanHnter authored Jun 13, 2024
1 parent 12ffccb commit eb4abe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks:
dir: Client
cmds:
- go mod tidy
- CGO_ENABLED=1 GOOS=linux CC=musl-gcc go build -a -tags netgo -installsuffix netgo -o docker -ldflags '-extldflags "-static"'
- CGO_ENABLED=1 GOOS=linux CC=musl-gcc go build -a -tags netgo -installsuffix netgo -o ../docker -ldflags '-extldflags "-static"'
env:
CGO_ENABLED: '1'
GOOS: 'linux'
Expand Down

0 comments on commit eb4abe9

Please sign in to comment.