Self-Hosted CI on Turing Pi: Gitea Actions with an ARM64 Runner
Once your code is already living in Gitea, the next repetitive step is usually obvious: every push still depends on someone remembering to run the tests, build the project, and check that nothing broke. That works for a personal repository until it does not. A small change skips a local test. A pull request builds […]