Skip to content

Commit

Permalink
Should build celestia-node (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 31, 2023
1 parent c2d0a1d commit afb1485
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,14 @@
# Celestia
- name: celestia
github-organization: celestiaorg
github-repo: celestia-app
github-repo: celestia-node
dockerfile: cosmos
build-target: make install
build-target: |
versioningPath="github.com/celestiaorg/celestia-node/nodebuilder/node"
LDFLAGS="$LDFLAGS -X '${versioningPath}.buildTime=$(date)' -X '${versioningPath}.lastCommit=$(git rev-parse HEAD)' -X '${versioningPath}.semanticVersion=$(git describe --tags --dirty=-dev 2>/dev/null || git rev-parse --abbrev-ref HEAD)'"
go install -ldflags="$LDFLAGS" ./cmd/celestia
binaries:
- /go/bin/celestia-appd
- /go/bin/celestia

# Cerberus
- name: cerberus
Expand Down

0 comments on commit afb1485

Please sign in to comment.