Skip to content

Allow static binary to be built in parallel with tests #9

Allow static binary to be built in parallel with tests

Allow static binary to be built in parallel with tests #9

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