Skip to content

inlude kava rocksdb build with non rocks build #87

inlude kava rocksdb build with non rocks build

inlude kava rocksdb build with non rocks build #87

Workflow file for this run

name: terra-build
on:
pull_request:
branches:
- main
paths:
- 'bin/builder'
- 'arch.Dockerfile'
- 'alpine.Dockerfile'
- '.github/workflows/docker-build.yml'
- '.github/workflows/terra-build.yml'
push:
branches:
- main
paths:
- 'bin/builder'
- 'arch.Dockerfile'
- 'alpine.Dockerfile'
- '.github/workflows/docker-build.yml'
- '.github/workflows/terra-build.yml'
jobs:
terra-build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
#platform: ["linux/amd64", "linux/arm64"] # need arm runners
platform: ["linux/amd64"]
distro: ["alpine"]
version:
- "2.0.0-rc.1"
- "2.0.1"
- "2.1.0-beta.1"
- "2.1.4"
- "2.2.1"
- "2.3.4"
- "2.3.5"
- "2.4.0-rc5"
- "2.4.0"
- "2.4.1"
- "2.5.0-rc5"
include:
# Include Defaults (keep at top)
- name: "terra"
binary: "terrad"
build_command: "make install"
chain_registry_name: "terra2"
go_version: "1.20.10"
repo: "terra-money/core"
os: "linux"
arch: "amd64"
denom: "uluna"
# Includes per version
- version: "2.0.0-rc.1"
go_version: "1.18"
- version: "2.0.1"
go_version: "1.18"
- version: "2.1.0-beta.1"
go_version: "1.18"
- version: "2.1.4"
go_version: "1.18"
- version: "2.2.1"
go_version: "1.19"
- version: "2.3.4"
go_version: "1.19"
- version: "2.3.5"
go_version: "1.19"
with:
binary: ${{ matrix.binary }}
build_command: ${{ matrix.build_command }}
chain_registry_name: ${{ matrix.chain_registry_name }}
denom: ${{ matrix.denom }}
go_version: ${{ matrix.go_version }}
name: ${{ matrix.name }}
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
platform: ${{ matrix.platform }}
repo: ${{ matrix.repo }}
version: ${{ matrix.version }}