summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e8bc6d..9152026 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# * testing target
PACKER = packer
ANSIBLE_DIR = ansible-roles
-SUPPORTED_BUILDERS = qemu virtualbox-iso vmware-iso
+
# check which hypervisors are available
ifeq ($(shell which qemu-system-$(shell uname -m | sed 's/i686/i386/') 2>&1 > /dev/null && echo $$?), 0)
AVAILABLE_BUILDERS += qemu