Skip to content

Push release images to branch for CORS-safe downloads#90

Merged
greatgitsby merged 2 commits intocommaai:masterfrom
mpurnell1:upload-images
Mar 29, 2026
Merged

Push release images to branch for CORS-safe downloads#90
greatgitsby merged 2 commits intocommaai:masterfrom
mpurnell1:upload-images

Conversation

@mpurnell1
Copy link
Copy Markdown
Contributor

@mpurnell1 mpurnell1 commented Mar 29, 2026

Summary

  • CI pushes all images to an orphan release-images branch instead of attaching them to a GitHub release
  • Files over 50MB are split into chunks to stay under raw.githubusercontent.com's 100MB limit
  • Enables browser-based tools to fetch images directly from raw.githubusercontent.com which serves CORS headers

@mpurnell1 mpurnell1 force-pushed the upload-images branch 11 times, most recently from 8287773 to 7544857 Compare March 29, 2026 07:17
CI now pushes all images to an orphan `release-images` branch instead
of attaching them to a GitHub release. Files over 50MB are split into
chunks to stay under raw.githubusercontent.com's 100MB limit. This
enables browser-based tools to fetch images directly from
raw.githubusercontent.com which serves CORS headers.

- Manifest now includes a `version` field and wraps images in
  `{"version": "...", "images": [...]}`
- Lightweight GitHub release (tag + notes, no assets) preserved for
  version tracking

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@greatgitsby greatgitsby merged commit c937d27 into commaai:master Mar 29, 2026
2 of 3 checks passed
greatgitsby added a commit that referenced this pull request Apr 1, 2026
greatgitsby added a commit that referenced this pull request Apr 1, 2026
* Revert "use versioned branch names for release images (#93)"

This reverts commit a4842a7.

* Revert "ci: push release images to branch instead of GitHub release (#90)"

This reverts commit c937d27.
mpurnell1 pushed a commit to mpurnell1/vamOS that referenced this pull request Apr 2, 2026
* Revert "use versioned branch names for release images (commaai#93)"

This reverts commit a4842a7.

* Revert "ci: push release images to branch instead of GitHub release (commaai#90)"

This reverts commit c937d27.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants