particle-os-cli/.github/workflows
Gerald Pinder 4ca98c1c2a
feat(experimental): Build multiple recipes in parallel (#182)
The `build` subcommand can now take in any number of recipe files and
will build them all in parallel. Along with this new ability, I've added
a way to easily distinguish which part of the build log belongs to which
recipe. Check out the `docker_build` action of this PR for an example.


![gif](https://gitlab.com/wunker-bunker/wunker-os/-/raw/main/bluebuild.gif)

## Tasks

- [x] Make build log follow same pattern as normal logs to keep things
consistent
- [x] Update color ranges based on @xynydev 's feedback
- [x] Deal with ANSI control characters in log output
- [x] Add [`indicatif`](https://crates.io/crates/indicatif) to make logs
look nicer
- [x] Add ability to print logs to a file
2024-06-07 17:52:26 -04:00
..
build-pr.yml feat(experimental): Build multiple recipes in parallel (#182) 2024-06-07 17:52:26 -04:00
build.yml feat(experimental): Build multiple recipes in parallel (#182) 2024-06-07 17:52:26 -04:00
flakehub-tagged.yml feat: add flakehub entry + nix flake (#109) 2024-03-05 21:34:29 +00:00
post-release.yml chore: fix simple error in workflow (#27) 2024-01-28 08:33:07 -05:00
release.yml chore: fix simple error in workflow (#27) 2024-01-28 08:33:07 -05:00
tag.yml chore: Improve tagging of images and applying labels 2024-04-28 21:21:54 -04:00