Skip to content

Commit

Permalink
fix(pocket)
Browse files Browse the repository at this point in the history
closes #5449
  • Loading branch information
jhheider committed Mar 6, 2024
1 parent a428ba6 commit 663d37d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/pokt.network/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ provides:
build:
dependencies:
go.dev: ^1.18
script: |
go build -ldflags="$GO_LDFLAGS" -o pocket ./app/cmd/pocket_core/main.go
mkdir -p "{{ prefix }}"/bin
mv pocket "{{ prefix }}"/bin
script:
- run: sed -i -e 's/AppVersion = ".*"$/AppVersion = "RC-{{version}}"/' app.go
working-directory: app
- go build -ldflags="$GO_LDFLAGS" -o '{{prefix}}'/bin/pocket ./app/cmd/pocket_core/main.go
env:
linux:
GO_LDFLAGS:
Expand Down

0 comments on commit 663d37d

Please sign in to comment.