diff --git a/stages/org.osbuild.squashfs b/stages/org.osbuild.squashfs index 71eee41b..4eb53772 100755 --- a/stages/org.osbuild.squashfs +++ b/stages/org.osbuild.squashfs @@ -26,7 +26,7 @@ SCHEMA_2 = """ "required": ["method"], "properties": { "method": { - "enum": ["gzip", "xz", "lz4"] + "enum": ["gzip", "lz4", "xz", "zstd"] }, "options": { "type": "object",