Revision f5a9bb1f
Added by Renato Botelho about 9 years ago
tools/builder_common.sh | ||
---|---|---|
1989 | 1989 |
|
1990 | 1990 |
poudriere_possible_archs() { |
1991 | 1991 |
local _arch=$(uname -m) |
1992 |
local _archs="i386.i386"
|
|
1992 |
local _archs="" |
|
1993 | 1993 |
|
1994 | 1994 |
# If host is amd64, we'll create both repos, and if possible armv6 |
1995 | 1995 |
if [ "${_arch}" = "amd64" ]; then |
1996 |
_archs="amd64.amd64 ${_archs}"
|
|
1996 |
_archs="amd64.amd64" |
|
1997 | 1997 |
|
1998 | 1998 |
if [ -f /usr/local/bin/qemu-arm-static ]; then |
1999 | 1999 |
# Make sure binmiscctl is ok |
Also available in: Unified diff
Do not enable i386 by default on amd64 host
(cherry picked from commit 44b30d595f41d69b0a4db7c032f57ca3e5d338c9)