summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2018-12-15 17:19:04 +0100
committerKim Hagen <kim.sidney@gmail.com>2018-12-15 17:19:04 +0100
commitd9a012a05786e75a9e571e4122f6d6bc2e920915 (patch)
tree840bee5f1bea363a55c4622eec10e9504793d96d /Makefile
parent8514669255cad8ac23ecf903c89f38d20ff66993 (diff)
downloadvyos-build-d9a012a05786e75a9e571e4122f6d6bc2e920915.tar.gz
vyos-build-d9a012a05786e75a9e571e4122f6d6bc2e920915.zip
Add script for qcow2 image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17ee4e65..065c1c11 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,14 @@ GCE: clean prepare
cd $(build_dir)
@../scripts/build-GCE-image
+.PHONY: qcow2
+.ONESHELL:
+qcow2: clean prepare
+ @set -e
+ @echo "It's not like I'm building this specially for you or anything!"
+ cd $(build_dir)
+ @../scripts/build-qcow2-image
+
.PHONY: AWS
.ONESHELL:
AWS: clean prepare