summaryrefslogtreecommitdiff
path: root/release.morph
blob: 4ec38837d44f96e2a792b9453d3e0372680e5816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: release
kind: cluster
description: |
  Deploy all the systems for we support in a release.
systems:
- morph: devel-system-x86_32-chroot
  deploy:
    devel-system-x86_32-chroot:
      type: tar
      location: /src/release/baserock-14.26-devel-system-x86_32-chroot.tar
- morph: devel-system-x86_32-generic
  deploy:
    devel-system-x86_32-generic:
      type: rawdisk
      location: /src/release/baserock-14.26-devel-system-x86_32-generic.img
      DISK_SIZE: 4G
      VERSION_LABEL: baserock-14.26
- morph: devel-system-x86_64-chroot
  deploy:
    devel-system-x86_64-chroot:
      type: tar
      location: /src/release/baserock-14.26-devel-system-x86_64-chroot.tar
- morph: devel-system-x86_64-generic
  deploy:
    devel-system-x86_64-generic:
      type: rawdisk
      location: /src/release/baserock-14.26-devel-system-x86_64-generic.img
      DISK_SIZE: 4G
      VERSION_LABEL: baserock-14.26