fix: add ostree.bootable label to chunkah rechunk args

This commit is contained in:
gunnar
2026-05-30 18:03:09 +02:00
parent 126bc28aa8
commit afb889603d
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
-f "$CHUNKAH_CF" \
--from "$IMG" \
--build-arg CHUNKAH_CONFIG_STR="$CONFIG" \
--build-arg "CHUNKAH_ARGS=--prune /sysroot/ --max-layers 128 --compressed --label ostree.commit- --label ostree.final-diffid-" \
--build-arg "CHUNKAH_ARGS=--prune /sysroot/ --max-layers 128 --compressed --label ostree.commit- --label ostree.final-diffid- --label ostree.bootable=true" \
-t "$CHUNKED_IMG" \
.