Skip to content

ci: update docker build to use self-hosted runners (#1) #36

ci: update docker build to use self-hosted runners (#1)

ci: update docker build to use self-hosted runners (#1) #36

Workflow file for this run

name: build
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: make build