feat: initial secure boot
This commit is contained in:
parent
f01ed61b00
commit
1a76ee21ce
8 changed files with 189 additions and 1 deletions
.woodpecker
|
@ -6,6 +6,17 @@ when:
|
|||
|
||||
steps:
|
||||
check:
|
||||
image: docker.io/nixpkgs/nix-flakes:nixos-24.05
|
||||
image: docker.io/nixpkgs/nix-flakes:nixos-25.05
|
||||
commands:
|
||||
- nix flake check
|
||||
|
||||
sign:
|
||||
image: docker.io/nixpkgs/nix-flakes:nixos-25.05
|
||||
environment:
|
||||
DB_KEY:
|
||||
from_secret: secure_boot_key
|
||||
DB_CRT:
|
||||
from_secret: secure_boot_crt
|
||||
commands:
|
||||
- ./scripts/sign-release.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue