Automate StartOS package releases
Build and deploy StartOS package / build (push) Failing after 11s

This commit is contained in:
Alexander Taborda Acosta
2026-08-07 20:38:13 -05:00
parent 4930097333
commit fe76125c5d
5 changed files with 137 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 dedicated `startos-deploy` runner. See `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.