Skip to content

build(deps): bump github.com/cosmos/cosmos-sdk from 0.50.6 to 0.50.7 … #316

build(deps): bump github.com/cosmos/cosmos-sdk from 0.50.6 to 0.50.7 …

build(deps): bump github.com/cosmos/cosmos-sdk from 0.50.6 to 0.50.7 … #316

Workflow file for this run

name: Build Mini
on: ["push"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64]
targetos: [darwin, linux]
include:
- targetos: darwin
arch: arm64
name: mini ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version: "1.21"
check-latest: true
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- name: Compile mini
run: |
go mod download
cd cmd/minid
go build .
- uses: actions/upload-artifact@v4
with:
name: minid ${{ matrix.targetos }} ${{ matrix.arch }}
path: cmd/minid/minid