feat: add cores
Some checks failed
CI / build (push) Failing after 3m25s
CI / lint (push) Failing after 2m45s
CI / pkl-validate (push) Successful in 10s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-01 18:01:40 +01:00
parent 8fb5730e6d
commit e93eecc143
4 changed files with 15 additions and 3 deletions

View File

@@ -34,4 +34,7 @@ class LXC extends formae.Resource {
@formae.FieldHint {}
description: String?
@formae.FieldHint {}
cores: Int
}