mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 15:21:35 +00:00
Stop building vagrant.box, ova, vmdk images for i386.
https://trello.com/c/zhisDVTq
This commit is contained in:
parent
e2f5f3b56b
commit
d4fe705be7
@ -4,7 +4,7 @@
|
|||||||
# Generate VMDK files
|
# Generate VMDK files
|
||||||
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
i386|amd64) ;;
|
amd64) ;;
|
||||||
*) echo "VMDK images are not supported for $ARCH yet.";
|
*) echo "VMDK images are not supported for $ARCH yet.";
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
@ -18,10 +18,6 @@ case $ARCH in
|
|||||||
ovf_id=94
|
ovf_id=94
|
||||||
ovf_os_type="ubuntu64Guest"
|
ovf_os_type="ubuntu64Guest"
|
||||||
ovf_desc_bits=64 ;;
|
ovf_desc_bits=64 ;;
|
||||||
i386)
|
|
||||||
ovf_id=93
|
|
||||||
ovf_os_type="ubuntu32Guest"
|
|
||||||
ovf_desc_bits=32 ;;
|
|
||||||
*)
|
*)
|
||||||
echo "OVA images are not supported for $ARCH yet.";
|
echo "OVA images are not supported for $ARCH yet.";
|
||||||
exit 0;;
|
exit 0;;
|
||||||
|
@ -35,10 +35,6 @@ case $ARCH in
|
|||||||
ovf_id=94
|
ovf_id=94
|
||||||
ovf_os_type="ubuntu64Guest"
|
ovf_os_type="ubuntu64Guest"
|
||||||
ovf_desc_bits=64 ;;
|
ovf_desc_bits=64 ;;
|
||||||
i386)
|
|
||||||
ovf_id=93
|
|
||||||
ovf_os_type="ubuntu32Guest"
|
|
||||||
ovf_desc_bits=32 ;;
|
|
||||||
*)
|
*)
|
||||||
echo "Vagrant images are not supported for $ARCH yet."
|
echo "Vagrant images are not supported for $ARCH yet."
|
||||||
exit 0;;
|
exit 0;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user