We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83e637 commit 94cf91eCopy full SHA for 94cf91e
.github/workflows/docker.yml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
chain:
15
# TODO: make it dynamic
16
+ - axone
17
- juno
18
- nolus
19
- govgen
axone/build.yaml
@@ -0,0 +1,7 @@
1
+---
2
+version: "v10.0.0"
3
+go_version: "1.22-alpine"
4
+chain_repository: "https://github.com/axone-protocol/axoned"
5
+
6
+daemon_name: "axoned"
7
+daemon_home: "$HOME/.axoned"
0 commit comments