From 23a58b23b5a2e444c86a5799280399b7cab4a675 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 27 Jun 2018 12:05:44 +0200 Subject: [PATCH] We publish now the vmdk and not OVA/OVF (#46) * Update upload-rel.sh * Create ova.md --- Documentation/boards/ova.md | 14 ++++++++++++++ scripts/upload-rel.sh | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Documentation/boards/ova.md diff --git a/Documentation/boards/ova.md b/Documentation/boards/ova.md new file mode 100644 index 000000000..7d4ce7db1 --- /dev/null +++ b/Documentation/boards/ova.md @@ -0,0 +1,14 @@ +# OVA + +The OVA stay for open virtual appliance. Currently we had remove the ova files and publish a vmdk virtual disk, +until we have better OVF template to generate our OVA. This vmdk work with (maybe you need convert the disk): +- HyperV +- VirtualBox +- VMware + +## Virtual Machine + +You can use this vmdk in a virtual machine with follow requirements: +- UEFI boot +- min. 1GB RAM +- 2 vcpu diff --git a/scripts/upload-rel.sh b/scripts/upload-rel.sh index bb35f941f..6fcb3663a 100755 --- a/scripts/upload-rel.sh +++ b/scripts/upload-rel.sh @@ -30,7 +30,7 @@ fi # Upload asset echo "[Info] Start Uploading asset... " -for filename in release/*.{gz,raucb}; do +for filename in release/*; do echo "[Info] Start upload ${filename}" # Construct url