We publish now the vmdk and not OVA/OVF (#46)

* Update upload-rel.sh

* Create ova.md
This commit is contained in:
Pascal Vizeli 2018-06-27 12:05:44 +02:00 committed by GitHub
parent d3e3e36a6e
commit 23a58b23b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -30,7 +30,7 @@ fi
# Upload asset # Upload asset
echo "[Info] Start Uploading asset... " echo "[Info] Start Uploading asset... "
for filename in release/*.{gz,raucb}; do for filename in release/*; do
echo "[Info] Start upload ${filename}" echo "[Info] Start upload ${filename}"
# Construct url # Construct url