summaryrefslogtreecommitdiff
path: root/clusters/release.morph
diff options
context:
space:
mode:
Diffstat (limited to 'clusters/release.morph')
-rw-r--r--clusters/release.morph28
1 files changed, 14 insertions, 14 deletions
diff --git a/clusters/release.morph b/clusters/release.morph
index 73ccfbc9..5466df22 100644
--- a/clusters/release.morph
+++ b/clusters/release.morph
@@ -7,33 +7,33 @@ description: |
you can deploy the systems yourself, if you are making a Baserock release
then the script should be used.
systems:
-- morph: systems/devel-system-x86_32-chroot.morph
+- morph: systems/build-system-x86_32-chroot.morph
deploy:
- devel-system-x86_32-chroot:
+ build-system-x86_32-chroot:
type: tar
- location: devel-system-x86_32-chroot.tar
-- morph: systems/devel-system-x86_32-generic.morph
+ location: build-system-x86_32-chroot.tar
+- morph: systems/build-system-x86_32.morph
deploy:
- devel-system-x86_32-generic:
+ build-system-x86_32:
type: rawdisk
- location: devel-system-x86_32-generic.img
+ location: build-system-x86_32.img
DISK_SIZE: 4G
-- morph: systems/devel-system-x86_64-chroot.morph
+- morph: systems/build-system-x86_64-chroot.morph
deploy:
- devel-system-x86_64-chroot:
+ build-system-x86_64-chroot:
type: tar
- location: devel-system-x86_64-chroot.tar
-- morph: systems/devel-system-x86_64-generic.morph
+ location: build-system-x86_64-chroot.tar
+- morph: systems/build-system-x86_64.morph
deploy:
- devel-system-x86_64-generic:
+ build-system-x86_64:
type: rawdisk
- location: devel-system-x86_64-generic.img
+ location: build-system-x86_64.img
DISK_SIZE: 4G
-- morph: systems/devel-system-armv7lhf-jetson.morph
+- morph: systems/build-system-armv7lhf-jetson.morph
deploy:
devel-system-armv7lhf-jetson:
type: rawdisk
- location: devel-system-armv7lhf-jetson.img
+ location: build-system-armv7lhf-jetson.img
DISK_SIZE: 4G
ROOT_DEVICE: "/dev/mmcblk0p1"
DTB_PATH: "boot/tegra124-pm375.dtb"