What: - add linux outputs and source build for summarize; plugin flakes now follow current system - expand update-tools to handle per-system assets and summarize source/pnpm hash - include linux checks in garnix and docs updates Why: - enable linux users to consume supported tools and summarize via Nix Tests: - ubs --diff - nix flake check - nix flake check --all-systems - nix build .#summarize - ./result/bin/summarize --version
6 lines
112 B
YAML
6 lines
112 B
YAML
builds:
|
|
include:
|
|
- "checks.aarch64-darwin.*"
|
|
- "checks.x86_64-linux.*"
|
|
- "checks.aarch64-linux.*"
|