Skip to content

Merge pull request #28 from ambarltd/record #10

Merge pull request #28 from ambarltd/record

Merge pull request #28 from ambarltd/record #10

Workflow file for this run

name: Build static binary
on:
push:
paths-ignore:
- '**.md'
branches:
- main
# only one build per branch
concurrency:
group: static-${{ github.ref }}
cancel-in-progress: true
jobs:
build-release:
name: Build static binary
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker build
run: ./utils.sh build-docker