Skip to content

Commit

Permalink
add arkeo chain (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarraford authored Jun 2, 2023
1 parent c7a0d52 commit dec6ac1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,28 @@
binaries:
- /go/bin/akash

# Arkeo
- name: arkeo
github-organization: arkeonetwork
github-repo: arkeo
dockerfile: cosmos
build-target: make install
binaries:
- /go/bin/arkeod
build-env:
- CGO_ENABLED=0
pre-build: |
apk --no-cache add findutils curl protoc && \
rm -rf /var/cache/apk/*
BIN="/usr/local/bin" && \
VERSION="1.20.0" && \
curl -sSL \
"https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-$(uname -s)-$(uname -m)" \
-o "${BIN}/buf" && \
chmod +x "${BIN}/buf"
make protob


# Assetmantle
- name: assetmantle
github-organization: assetmantle
Expand Down

0 comments on commit dec6ac1

Please sign in to comment.