cloud-build/example-config.yaml
2019-04-04 03:39:52 +03:00

26 lines
342 B
YAML

---
remote: remote:/pub/images/{branch}/cloud
key: '0x00000000'
images:
opennebula:
target: vm/opennebula-systemd
kind:
- qcow2
skip_arches:
- aarch64
rootfs-systemd:
target: ve/systemd-base
kind:
- tar.xz
branches:
Sisyphus:
- i586
- x86_64
- aarch64
p8:
- i586
- x86_64
...