Skip to content

Add kava archival build #29

Add kava archival build

Add kava archival build #29

Workflow file for this run

name: decentr-build
on:
pull_request:
branches:
- main
paths:
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/decentr-build.yml"
push:
branches:
- main
paths:
- "bin/builder"
- "arch.Dockerfile"
- "alpine.Dockerfile"
- ".github/workflows/docker-build.yml"
- ".github/workflows/decentr-build.yml"
jobs:
decentr-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:
- "1.5.7"
- "1.5.8"
- "1.6.0"
- "1.6.1"
- "1.6.2"
- "1.6.3"
- "1.6.4"
include:
# Include Defaults (keep at top)
- name: "decentr"
binary: "decentrd"
build_command: "CGO_ENABLED=0 make install"
build_tags: "netgo"
go_version: "1.19"
chain_registry_name: "decentr"
repo: "Decentr-net/decentr"
os: "linux"
arch: "amd64"
- version: 1.5.7
go_version: "1.16"
- version: 1.5.8
go_version: "1.16"
with:
binary: ${{ matrix.binary }}
build_command: ${{ matrix.build_command }}
build_tags: ${{ matrix.build_tags }}
chain_registry_name: ${{ matrix.chain_registry_name }}
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 }}