mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-08-02 07:49:32 +00:00
Expand config schema (#64)
This commit is contained in:
parent
78aa874172
commit
a99f8bb487
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user