aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-23 11:47:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-23 11:48:09 +0000
commiteeb42ee7eb5e47a2f58daa05315919f141c61212 (patch)
tree4c5eff3a8774a9ee678ef92e32a6c6afd87dd1df
parentdec12735b65a9261a159be1bdcb91409bf2095f0 (diff)
downloadalpine-iso-eeb42ee7eb5e47a2f58daa05315919f141c61212.tar.bz2
alpine-iso-eeb42ee7eb5e47a2f58daa05315919f141c61212.tar.xz
build alpine-virt images for x86_64 too
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4638d8f..0d2e64f 100755
--- a/Makefile
+++ b/Makefile
@@ -497,7 +497,7 @@ ifeq ($(ALPINE_ARCH),armhf)
profiles ?= alpine-rpi alpine-uboot
else
ifeq ($(ALPINE_ARCH),x86_64)
-profiles ?= alpine alpine-extended alpine-vanilla alpine-xen
+profiles ?= alpine alpine-extended alpine-vanilla alpine-virt alpine-xen
else
profiles ?= alpine alpine-extended alpine-vanilla alpine-virt
endif