summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-16 08:45:49 -0300
committerRenato Botelho <renato@netgate.com>2016-05-16 08:45:49 -0300
commite2cc8b1861eda9f7a0cc8da21ad2849493f9f1ea (patch)
treee4af77920c1d9c8b19815a6295476e350b3c905a /tools/builder_common.sh
parente6adf89fe7d2d1c222db44a52cbab2d634bbb1c2 (diff)
downloadpfsense-e2cc8b1861eda9f7a0cc8da21ad2849493f9f1ea.zip
pfsense-e2cc8b1861eda9f7a0cc8da21ad2849493f9f1ea.tar.gz
Revert "Do not enable i386 by default on amd64 host"
This reverts commit f5a9bb1f2180e6b9fcc9e81006524c2f6813e037.
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index bbd64a2..545c009 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1989,11 +1989,11 @@ poudriere_create_patch() {
poudriere_possible_archs() {
local _arch=$(uname -m)
- local _archs=""
+ local _archs="i386.i386"
# If host is amd64, we'll create both repos, and if possible armv6
if [ "${_arch}" = "amd64" ]; then
- _archs="amd64.amd64"
+ _archs="amd64.amd64 ${_archs}"
if [ -f /usr/local/bin/qemu-arm-static ]; then
# Make sure binmiscctl is ok
OpenPOWER on IntegriCloud