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:
parent
4242415af9
commit
e8c9c74b96
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -8,7 +8,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.21', '1.22']
|
go-version: ['1.21', '1.22']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user