Skip to content

Commit 6f54abc

Browse files
author
gregnuj
committed
fix celestia build
1 parent f0eb803 commit 6f54abc

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

.github/workflows/celestia-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
platform: ["linux/amd64"]
3333
distro: ["alpine"]
3434
version:
35-
- "0.12.0"
35+
- "1.3.0"
3636

3737
include:
3838
# Include Defaults (keep at top)
3939
- name: "celestia"
40-
binary: "celestia"
40+
binary: "celestia-appd"
4141
build_command: "make build && cp ./build/celestia /go/bin/celestia"
4242
chain_registry_name: "celestia"
4343
go_version: "1.21"
@@ -46,15 +46,13 @@ jobs:
4646
arch: "amd64"
4747

4848
# Includes per version
49-
- version: "0.12.0"
49+
- version: "1.3.0"
5050
go_version: "1.21.1"
51-
check_statically: "false"
5251

5352
with:
5453
binary: ${{ matrix.binary }}
5554
build_command: ${{ matrix.build_command }}
5655
chain_registry_name: ${{ matrix.chain_registry_name }}
57-
check_statically: ${{ matrix.check_statically }}
5856
go_version: ${{ matrix.go_version }}
5957
name: ${{ matrix.name }}
6058
os: ${{ matrix.os }}

alpine.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
8181
export VERSION=GIT_VERSION="$(git describe --tags --dirty --always)" && \
8282
export DENOM=${DENOM:-"u$(echo ${APP_NAME} | head -c 4)"} && \
8383
export GOWORK=off && \
84+
ls -al && \
8485
eval ${BUILD_COMMAND}
8586

8687
# verify static binary

builds/celestia.0.12.0.alpine.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)