Skip to content

Commit 2d91f54

Browse files
authored
refactor: add celestia-grpc + protogen to avoid tx fee errors
2 parents d43e7c6 + 2d12870 commit 2d91f54

26 files changed

+1979
-440
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727

28+
- name: Set up QEMU
29+
uses: docker/setup-qemu-action@v3
30+
2831
- name: Set up Docker Buildx
2932
uses: docker/setup-buildx-action@v3
3033

@@ -51,6 +54,7 @@ jobs:
5154
with:
5255
context: .
5356
file: ./Dockerfile
57+
platforms: linux/amd64,linux/arm64
5458
push: true
5559
tags: ${{ steps.meta.outputs.tags }}
5660
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)