Skip to content

use gcompact

use gcompact #10

name: Create and Push Container Image (heighliner)
on:
push:
tags:
- '**'
branches:
- '**'
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: strangelove-ventures/heighliner-build-action@v1.0.1
with:
chain: pocket-network
dockerfile: cosmos
platform: linux/arm64,linux/amd64
pre-build: |
apk add gcompat
make -d ignite_install
make -d proto_regen
build-target: |
make -d install
binaries: |
- /go/bin/poktrolld