Add CI workflow
Some checks failed
ci / build_and_publish (push) Failing after 1s

This commit is contained in:
Ana Custura 2026-01-14 17:15:37 +00:00
parent 084181332b
commit aaec86a99f
7 changed files with 18 additions and 1216 deletions

18
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build_and_publish:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.23.linux-arm64'