patos/justfile
Daniel Lundin a1763b981c
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
WIP: next step on image build
2024-11-14 17:15:04 +01:00

19 lines
288 B
Makefile

set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
[private]
default:
@just --list
# Update nix flake
update:
nix flake update
# Build all targets
build: build-image
# Build PatOS image
build-image:
nix build .#patos
run: build-image
qemu-uefi-tpm ./result/*.img