From 9cb29e6f757a4a18f14b688bdb71cf0f380e76e9 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sat, 8 Apr 2017 11:28:24 +0200 Subject: [PATCH] Build images for target x86-64 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c8d0ee4..5517138 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # environmental and build settings KEYFILE="${KEYFILE:-"$HOME/.ecdsakey"}" -GLUON_TARGETS="${GLUON_TARGETS:-"ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic"}" +GLUON_TARGETS="${GLUON_TARGETS:-"ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic x86-64"}" GLUON_PRIORITY="${GLUON_PRIORITY:-7}" # start of script