feat: add musl ci (#51)

This pr adds musl ci support for #50
This commit is contained in:
2023-03-19 13:16:36 +01:00
committed by GitHub
parent 2faabb0e50
commit b094ae4f53
8 changed files with 85 additions and 249 deletions

View File

@@ -1,7 +1,7 @@
# Architecture
- `.` Root project mainly used for generating the CLI, which in turn is used to
bootstrap the code generation from `dagger`
- `crates/dagger-bootstrap` Root project mainly used for generating the CLI,
which in turn is used to bootstrap the code generation from `dagger`
- `crates/dagger-core` Contains all base types used during actual usage. This is
where the primary logic lives in which the user interacts (\*disclaimer: most
stuff haven't moved in here yet.)