Skip to content

Commit

Permalink
fix werf
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 6, 2024
1 parent c7adf6f commit db41f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ shell:
- go mod tidy
- go mod vendor
setup:
- export CGO_ENABLED=0
- export GO111MODULE=on
- export CGO_ENABLED=1
- export GOOS=linux
- cd /go/src/github.com/rarimo/evm-worldcoin-saver-svc
- go build -o /usr/local/bin/evm-worldcoin-saver-svc /go/src/github.com/rarimo/evm-worldcoin-saver-svc
Expand Down

0 comments on commit db41f59

Please sign in to comment.