Rename kind to kinds in config
This commit is contained in:
parent
d787bb97d6
commit
0a7fe3ada7
@ -226,7 +226,7 @@ class CB:
|
||||
return list(self._images.keys())
|
||||
|
||||
def kinds_by_image(self, image: str) -> List[str]:
|
||||
return self._images[image]['kind']
|
||||
return self._images[image]['kinds']
|
||||
|
||||
def target_by_image(self, image: str) -> str:
|
||||
return self._images[image]['target']
|
||||
|
@ -5,17 +5,17 @@ key: '0x00000000'
|
||||
images:
|
||||
opennebula:
|
||||
target: vm/opennebula-systemd
|
||||
kind:
|
||||
kinds:
|
||||
- qcow2
|
||||
skip_arches:
|
||||
- aarch64
|
||||
rootfs-minimal:
|
||||
target: ve/docker
|
||||
kind:
|
||||
kinds:
|
||||
- tar.xz
|
||||
rootfs-systemd:
|
||||
target: ve/systemd-base
|
||||
kind:
|
||||
kinds:
|
||||
- tar.xz
|
||||
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user