Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinty-updates

Signed update feed for Sinty OS, served at updates.sinty.dev. updated polls the manifest, verifies root -> signing-cert -> manifest, and pulls artifacts from the matching GitHub Release through the restricted streaming proxy. Signatures are the trust, not the host; private keys never live here.

Publish

PRODUCT_VERSION=26 PRODUCT_BUILD=26A011 \
AMD_FIRMWARE_VERITY_HASH=<hash> NVIDIA_FIRMWARE_VERITY_HASH=<hash> \
  ./publish.sh <version> <rootfs.erofs> <kernelcache.efi>

Keep firmware-active-{amd,nvidia}.{img,hash} in the same directory as <rootfs.erofs>. Then upload the eight listed artifacts to the <version> GitHub Release and push.

Artifact proxy

The Worker route at /artifacts/<version>/<asset> follows the GitHub Release redirect on behalf of clients that require a direct 200 response. It accepts only the fixed OTA asset names and streams response bodies without buffering them.

node --test test/worker.test.mjs
wrangler deploy --dry-run

About

Signed update feed for Sinty OS (served at updates.sinty.dev; artifacts on GitHub Releases)

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages