Clarify CI runner vs program compatibility

ubuntu-latest is just the GitHub Actions runner OS.
PassAGE works on any Linux/Unix distro (Venom, Ubuntu, Arch, etc.)
This commit is contained in:
fraggle 2026-01-11 19:01:44 -04:00
parent 4242415af9
commit e8c9c74b96

View File

@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest # CI testing platform only - program works on any Linux/Unix distro
# ubuntu-latest is just the GitHub Actions runner OS - PassAGE works on any Linux/Unix distro
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.21', '1.22']