Automate StartOS package releases
Build and deploy StartOS package / build (push) Failing after 1m25s

This commit is contained in:
2026-08-08 21:14:10 -05:00
parent 2f0caaf48e
commit af5fa8ca64
5 changed files with 174 additions and 11 deletions
+2
View File
@@ -38,6 +38,8 @@ make x86
The resulting `todo-back_x86_64.s9pk` can be uploaded from StartOS under **System → Sideload Service**.
Gitea Actions builds an artifact for each push to `main`. A matching StartOS extended-SemVer tag, such as `v0.2.0_0` for package version `0.2.0:0`, additionally installs the package through the configured Gitea runner. See `.ai-workspace/UPDATING.md` for the release policy and runner requirements.
## Status
This is an unauthenticated MVP intended for sideload testing on a trusted network. Add authentication before exposing its interface beyond trusted gateways.