Skip to content

Commit

Permalink
Merge branch 'main' into chore/sei-2024-12-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak4sad authored Dec 13, 2024
2 parents 38a2b2a + e6fc268 commit 23be8b5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions builder/go_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
Go120Version = "1.20.14"
Go121Version = "1.21.13"
Go122Version = "1.22.7"
Go123Version = "1.23.1"
Go123Version = "1.23.4"
// ADD NEW GO VERSION [1] - latest patch release for each major/minor

// When updating alpine image, ensure all golang build image combinations below exist
Expand Down Expand Up @@ -53,7 +53,7 @@ var GoImageForVersion = map[string]GoVersion{
"1.20": GoVersion{Version: Go120Version, Image: Go120Image},
"1.21": GoVersion{Version: Go121Version, Image: Go121Image},
"1.22": GoVersion{Version: Go122Version, Image: Go122Image},
"1.23": GoVersion{Version: Go122Version, Image: Go123Image},
"1.23": GoVersion{Version: Go123Version, Image: Go123Image},
// ADD NEW GO VERSION [4]
}

Expand Down
10 changes: 10 additions & 0 deletions chains/orai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Oraichain
- name: oraichain
github-organization: oraichain
github-repo: wasmd
dockerfile: cosmos
build-target: make build
binaries:
- /go/bin/oraid
build-env:
- BUILD_TAGS=muslc
9 changes: 1 addition & 8 deletions chains/stride.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@
binaries:
- build/strided

# Symphony
- name: symphony
github-organization: Orchestra-Labs
github-repo: symphony
dockerfile: cosmos
build-target: make build
binaries:
- build/symphonyd

8 changes: 8 additions & 0 deletions chains/symphony.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Symphony
- name: symphony
github-organization: Orchestra-Labs
github-repo: symphony
dockerfile: cosmos
build-target: make build
binaries:
- build/symphonyd

0 comments on commit 23be8b5

Please sign in to comment.