Skip to content

Commit

Permalink
fix: fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
linkxzhou committed Feb 15, 2025
1 parent f2f501a commit 1d98bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
caPort: 9000
customRuntimeConfig:
command:
- ./http_bench
- /code/http_bench
- -dashboard
- 0.0.0.0:9000
environmentVariables: {}
Expand All @@ -33,7 +33,7 @@ services:
command:
- /bin/sh
- -c
- 'go mod tidy && go build -o http_bench .'
- 'go mod tidy && CGO_ENABLED=0 GOOS=linux go build -o /code/http_bench .'

triggers:
- name: httpTrigger
Expand Down

0 comments on commit 1d98bc9

Please sign in to comment.