Skip to content

Commit ac8376e

Browse files
authored
feat(packages): cardano-cli 9.0.0.0 (#271)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 3287e51 commit ac8376e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: cardano-cli
2+
version: 9.0.0.0
3+
description: CLI software for interfacing with Cardano node by Input Output Global
4+
installSteps:
5+
- docker:
6+
containerName: cardano-cli
7+
image: ghcr.io/blinklabs-io/cardano-cli:9.0.0.0
8+
pullOnly: true
9+
- file:
10+
binary: true
11+
filename: cardano-cli
12+
source: files/cardano-cli.sh.gotmpl
13+
tags:
14+
- docker
15+
- linux
16+
- darwin
17+
- amd64
18+
- arm64

0 commit comments

Comments
 (0)