Files
kubesolo-os/.gitea/workflows
Adolfo Delorenzo e1b8a69294
All checks were successful
CI / Go Tests (push) Successful in 1m52s
CI / Shellcheck (push) Successful in 1m2s
CI / Build Go Binaries (amd64, linux, linux-amd64) (push) Successful in 1m31s
CI / Build Go Binaries (arm64, linux, linux-arm64) (push) Successful in 1m32s
ci(arm64): skip kernel rebuild on workflow/docs-only changes
`build-arm64.yaml` reruns the 60-minute mainline kernel build on every push
to main. That's the right behavior when kernel fragments / init scripts /
build scripts change — it's pure burn when only workflows or docs do.

Add `paths-ignore` for `.gitea/workflows/**`, `.github/workflows/**`,
`docs/**`, top-level `*.md`, `CHANGELOG.md`, `README.md`, `.gitignore`.

Any change that affects what we build (kernel fragment, module list, init,
build/) still triggers a fresh run.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 19:41:54 -06:00
..