Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ See the [hardware guide](hardware.md) to know exactly what to buy.

See the [installation instructions](installation.md) to get started.

## CI/CD

The GitHub Action workflow caches the Raspberry Pi image to save build time. The workflow uses several optimizations to avoid "No space left on device" errors:

1. Uses the Raspberry Pi OS Lite image (smaller than the full image)
2. Optimizes disk space usage with `bind_mount_repository: "yes"` parameter
3. Removes unnecessary packages and cleans up disk space throughout the build
4. Reduces the additional image space to 4GB (down from 6GB)

## History

[Learn about Go Note Go's predecessor "Shh Shell" here.](https://davidbieber.com/projects/shh-shell/)
Expand Down
Loading