Expand config schema (#64)

This commit is contained in:
Itxaka 2023-12-18 15:39:09 +01:00 committed by GitHub
parent 78aa874172
commit a99f8bb487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ type RootSchema struct {
Platform PlatformSchema `json:"platform,omitempty" mapstructure:"platform"`
SquashFsCompressionConfig []string `json:"squash-compression,omitempty" mapstructure:"squash-compression"`
SquashFsNoCompression bool `json:"squash-no-compression,omitempty" mapstructure:"squash-no-compression"`
UkiMaxEntries int `json:"uki-max-entries,omitempty" mapstructure:"uki-max-entries"`
}
type PlatformSchema struct {