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

This commit is contained in:
Ana Custura 2026-01-14 17:15:37 +00:00
parent 084181332b
commit 8932c9ced2
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@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23-linux-arm64'