Skip to content

Commit 01fd6b7

Browse files
committed
Justfile: Bring back build-sealed target
Except now this wraps the "variant" usage of `just build`. For one, this is a convenient little piece of shorthand. But perhaps more importantly, we have this referenced in the docs. Although I could go change the docs to reflect the new usage, I think it just reads nicer in the docs for it to remain `just build-sealed`. Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent e99410d commit 01fd6b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ build:
3636
podman build {{base_buildargs}} -t localhost/bootc-bin {{buildargs}} .
3737
./tests/build-sealed {{variant}} localhost/bootc-bin localhost/bootc
3838

39+
# Build a sealed image from current sources.
40+
build-sealed:
41+
@just --justfile {{justfile()}} variant=composefs-sealeduki-sdboot build
42+
3943
# Build packages (e.g. RPM) using a container buildroot
4044
_packagecontainer:
4145
#!/bin/bash

0 commit comments

Comments
 (0)