Skip to content

Commit

Permalink
fix celestia build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 26, 2024
1 parent 2b16083 commit 0907c04
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/celestia-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
distro: ["alpine"]
version:
- "1.3.0"
- "1.4.0"
- "1.5.0"
- "1.6.0"

include:
# Include Defaults (keep at top)
Expand All @@ -41,14 +44,21 @@ jobs:
build_command: "make install"
chain_registry_name: "celestia"
go_version: "1.21"
repo: "celestiaorg/celestia-node"
repo: "celestiaorg/celestia-app"
os: "linux"
arch: "amd64"
check_statically: "false"

# Includes per version
- version: "1.3.0"
go_version: "1.21.1"
- version: "1.4.0"
go_version: "1.21.1"
- version: "1.5.0"
go_version: "1.21.1"
- version: "1.6.0"
go_version: "1.21.1"


with:
binary: ${{ matrix.binary }}
Expand Down

0 comments on commit 0907c04

Please sign in to comment.