ops: add CI boot-image releases and Unifi PXE rollout
This commit is contained in:
parent
043b1730dc
commit
be26313225
9 changed files with 720 additions and 0 deletions
6
justfile
6
justfile
|
|
@ -12,6 +12,12 @@ git-hosting:
|
|||
git-mirrors:
|
||||
./scripts/git-push-mirrors.sh
|
||||
|
||||
netboot-stage:
|
||||
./scripts/netboot-stage.sh
|
||||
|
||||
netboot-serve:
|
||||
./scripts/netboot-serve.sh
|
||||
|
||||
test-core:
|
||||
cargo test -p ec-core -p ec-crypto -p ec-moq -p ec-iroh -p ec-linux-iptv
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue