detail update and shell

This commit is contained in:
Lance Vick 2023-01-27 17:00:24 -08:00
parent 76fab9946a
commit bf4dd6e0fa
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 9 additions and 2 deletions

View File

@ -109,8 +109,15 @@ make VERSION=1.0.0rc1 release
make VERSION=1.0.0rc1 attest
```
### Sign an existing release
### Add and lock a new container dependency
```
make VERSION=1.0.0rc1 sign
echo "vim-nox" >> config/toolchain/packages-base.txt
make toolchain-update
```
### Run a shell in the toolchain container
```
make toolchain-shell
```